diff --git a/.changeset/sweet-sloths-return.md b/.changeset/sweet-sloths-return.md deleted file mode 100644 index dc82dc4..0000000 --- a/.changeset/sweet-sloths-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-ngrok': patch ---- - -Fix tunnel executor failing on 15.9.2 with Next.js diff --git a/packages/nx-ngrok/CHANGELOG.md b/packages/nx-ngrok/CHANGELOG.md index bc6d88a..c3eddf3 100644 --- a/packages/nx-ngrok/CHANGELOG.md +++ b/packages/nx-ngrok/CHANGELOG.md @@ -1,5 +1,11 @@ # nx-ngrok +## 1.2.1 + +### Patch Changes + +- [#15](https://github.com/domjtalbot/nx-ngrok/pull/15) [`7c2a173`](https://github.com/domjtalbot/nx-ngrok/commit/7c2a173731b7209a3d6ddb9c0937cfc905b7ab90) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Fix tunnel executor failing on 15.9.2 with Next.js + ## 1.2.0 ### Minor Changes diff --git a/packages/nx-ngrok/package.json b/packages/nx-ngrok/package.json index 880a737..1527941 100644 --- a/packages/nx-ngrok/package.json +++ b/packages/nx-ngrok/package.json @@ -2,7 +2,7 @@ "name": "nx-ngrok", "author": "Dom Talbot", "description": "Ngrok support for Nx", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "main": "src/index.js", "generators": "./generators.json",