diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f500fc2c..c71110ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "app": "0.4.7-pre-2" + "app": "0.4.7-pre-3" } \ No newline at end of file diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 46a976dc..28556c29 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.4.7-pre-3](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.7-pre-2...webssh2-v0.4.7-pre-3) (2022-08-03) + + +### Miscellaneous Chores + +* release 0.4.7-pre-3 ([0c78c1f](https://github.com/billchurch/webssh2/commit/0c78c1f31cc6380b7f0706822fc418cfede11413)) +* release 0.4.7-pre-3 ([b29242d](https://github.com/billchurch/webssh2/commit/b29242dfd4e1498a6ac862e85eabd349e11dea73)) +* release 0.4.7-pre-3 ([6c7d242](https://github.com/billchurch/webssh2/commit/6c7d242679d55b2b28a2497d69b43a7e8439c4ca)) + ## [0.4.7-pre-2](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.6...webssh2-v0.4.7-pre-2) (2022-08-02) diff --git a/app/package-lock.json b/app/package-lock.json index b790944e..4f1c7e1f 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "webssh2", - "version": "0.4.7-pre-2", + "version": "0.4.7-pre-3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webssh2", - "version": "0.4.7-pre-2", + "version": "0.4.7-pre-3", "license": "SEE LICENSE IN FILE - LICENSE", "dependencies": { "basic-auth": "~2.0.1", diff --git a/app/package.json b/app/package.json index 5bcd7c2c..32fdfb10 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "webssh2", - "version": "0.4.7-pre-2", + "version": "0.4.7-pre-3", "ignore": [ ".gitignore" ],