Skip to content

Commit

Permalink
release version 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jon gadsden committed Sep 25, 2023
1 parent e8cd6c3 commit 0dfcaec
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 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": "threat-dragon",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"scripts": {
"build": "npm-run-all build:vue build:server",
Expand Down
4 changes: 4 additions & 0 deletions release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Promote the release from draft to public once everything is in place

### Announce

Update the [releases tab][releases] and the [info pane][td-info] on the OWASP Threat Dragon project pages.

Finally ensure Threat Dragon announces the new release, for example on the OWASP slack channels

[area]: https://github.com/OWASP/threat-dragon/releases
[releases]: https://github.com/OWASP/www-project-threat-dragon/blob/main/tab_releases.md
[td-info]: https://github.com/OWASP/www-project-threat-dragon/blob/main/info.md
4 changes: 2 additions & 2 deletions td.server/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 td.server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threat-dragon-server",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"scripts": {
"build": "npm-run-all clean:dist transpile",
Expand Down
4 changes: 2 additions & 2 deletions td.vue/package-lock.json

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

4 changes: 2 additions & 2 deletions td.vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "threat-dragon",
"productName": "Threat Dragon",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"scripts": {
"build": "vue-cli-service build --no-unsafe-inline",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"homepage": "https://owasp.org/www-project-threat-dragon/",
"buildState": "-demo",
"buildState": "",
"repository": {
"type": "git",
"url": "git://github.com/OWASP/threat-dragon.git"
Expand Down

0 comments on commit 0dfcaec

Please sign in to comment.