Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release v1.4.1 #154

Merged
merged 12 commits into from
Jun 26, 2024
Merged
10 changes: 10 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: GitHub Pages

on:
push:
paths:
- '.github/workflows/github-pages.yml'
- 'docker/**'
- 'docs/**'
- 'src/**'
- 'templates/**'
- 'package-lock.json'
- 'package.json'
- '**.ts'
- '**.js'
branches:
- main

Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@ name: Draw.io Plugin CI

on:
push:
paths:
- '.github/workflows/node.js.yml'
- 'docker/**'
- 'src/**'
- 'package-lock.json'
- 'package.json'
- '**.ts'
- '**.js'
pull_request:
paths:
- '.github/workflows/node.js.yml'
- 'docker/**'
- 'src/**'
- 'package-lock.json'
- 'package.json'
- '**.ts'
- '**.js'

jobs:
# https://github.com/orgs/community/discussions/27031#discussioncomment-3254376
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.1](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/compare/v1.4.0...v1.4.1) - 2024-06-26

## Internals

- Only run GitHub Actions if necessary files are changed ([#153](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/153))
- Fix security vulnerability: Bump express from 4.19.1 to 4.19.2 ([#151](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/151))
- Fix security vulnerability: Bump braces from 3.0.2 to 3.0.3 ([#150](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/150))
- Fix security vulnerability: Bump ws from 8.16.0 to 8.17.1 ([#149](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/149))
- Update draw.io webversion to v24.2.0 ([#148](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/148))
- Update dependencies to fix some vulernabilities in dev environment ([#147](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/147))
- Bump versions of GitHub Action ([#146](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/146))
- Fix security vulnerability: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 ([#145](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/pull/145))

## [1.4.0](https://github.com/INCYDE-GmbH/drawio-plugin-attackgraphs/compare/v1.3.0...v1.4.0) - 2023-06-27

## Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Please find the detailed documentation [here](https://incyde-gmbh.github.io/drawio-plugin-attackgraphs/).

The browser-based version can be launched [here](https://incyde-gmbh.github.io/drawio-plugin-attackgraphs/app).

## Technical Documentation

- [Overview of the Plugin](/docs/technical/plugin.md)
Expand Down Expand Up @@ -75,3 +77,7 @@ After the webserver started, the tests can be run using the following command:
```
npm run test
```

## Contact

Markus Heinrich – [email protected]
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drawio-plugin-attackgraphs",
"version": "1.4.0",
"version": "1.4.1",
"description": "An Attack Graphs Extension for Draw.io",
"main": "index.js",
"private": true,
Expand Down
Loading
Loading