From eb7f7ae0eb71dff47ef70cdc86222c8f87a2a65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Tue, 27 Dec 2022 10:48:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9eb30b..ecb8ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,77 @@ # Changelog + +## 2.0.0 (2022-12-27) + +### Changed + +- 💬 Update README [[75cec61](https://github.com/Tomas2D/pm2-master-process/commit/75cec618f6697d82f74d21e00c948cf2a67332b3)] + +### Miscellaneous + +- 🙈 Update .npmignore [[55c4374](https://github.com/Tomas2D/pm2-master-process/commit/55c43749526a9b73b87763b61898f12b71501ca5)] + + + +## 2.0.0-beta.1 (2022-12-27) + +### Added + +- ✨ Replace instances with processes [[b7485d3](https://github.com/Tomas2D/pm2-master-process/commit/b7485d32e2f1828402c778f8280a59fd5ded6e7e)] +- ✨ ESM/CJS modules [[c49e245](https://github.com/Tomas2D/pm2-master-process/commit/c49e2451667eda2cd960d6a0b0e4b35746b4593d)] + +### Changed + +- ⬆️ Upgrade all deps [[e64295b](https://github.com/Tomas2D/pm2-master-process/commit/e64295bb0e1cb939afee2a192c2f018936e54641)] +- 🔧 Enable experimentalDecorators and emitDecoratorMetadata properties [[ea70bbd](https://github.com/Tomas2D/pm2-master-process/commit/ea70bbd59c1718694d405687a51e958a5a4d90bc)] + +### Miscellaneous + +- Merge pull request [#54](https://github.com/Tomas2D/pm2-master-process/issues/54) from Tomas2D/dependabot/npm_and_yarn/promise-based-task-2.0.3 [[b9f3b2b](https://github.com/Tomas2D/pm2-master-process/commit/b9f3b2b17c199daba759f936ee387fcceef74d12)] +- Bump promise-based-task from 1.4.0 to 2.0.3 [[e6aa00a](https://github.com/Tomas2D/pm2-master-process/commit/e6aa00a24932e6f0e828cf5f26d35f3046d407ed)] +- Merge pull request [#53](https://github.com/Tomas2D/pm2-master-process/issues/53) from Tomas2D/dependabot/npm_and_yarn/promise-based-task-1.4.0 [[50156a4](https://github.com/Tomas2D/pm2-master-process/commit/50156a4726390565eb8d31035463095a7f92f194)] +- Bump promise-based-task from 1.3.2 to 1.4.0 [[ca0ca8b](https://github.com/Tomas2D/pm2-master-process/commit/ca0ca8beeecd86e39cd80f8740f7e97d176cffc3)] +- Merge pull request [#47](https://github.com/Tomas2D/pm2-master-process/issues/47) from Tomas2D/dependabot/npm_and_yarn/typescript-4.9.4 [[00c4ffb](https://github.com/Tomas2D/pm2-master-process/commit/00c4ffb06b431943cfadc366e13832df89f45ad1)] +- Merge pull request [#51](https://github.com/Tomas2D/pm2-master-process/issues/51) from Tomas2D/dependabot/npm_and_yarn/types/node-16.18.9 [[b3e7515](https://github.com/Tomas2D/pm2-master-process/commit/b3e751571a9307258a160a0a25e36e864253a64c)] +- Bump typescript from 4.9.3 to 4.9.4 [[c0e00f9](https://github.com/Tomas2D/pm2-master-process/commit/c0e00f9cc3397cbd8bec8c6e171372331b4f301c)] +- Bump @types/node from 16.18.4 to 16.18.9 [[fbbc516](https://github.com/Tomas2D/pm2-master-process/commit/fbbc5161c3400987d917f8cb33b4377502c52bd8)] +- Merge pull request [#44](https://github.com/Tomas2D/pm2-master-process/issues/44) from Tomas2D/dependabot/npm_and_yarn/types/node-16.18.4 [[af67e18](https://github.com/Tomas2D/pm2-master-process/commit/af67e180a0b61c7f45edc113128531b15263c179)] +- Bump @types/node from 16.18.3 to 16.18.4 [[7069f09](https://github.com/Tomas2D/pm2-master-process/commit/7069f092767bc0a6f7df4cb1d17bf9b001976999)] +- Merge pull request [#43](https://github.com/Tomas2D/pm2-master-process/issues/43) from Tomas2D/dependabot/npm_and_yarn/lint-staged-13.0.4 [[e56292f](https://github.com/Tomas2D/pm2-master-process/commit/e56292f81fd347dc6fb69ae04ae28bbfd9d04d12)] +- Bump lint-staged from 13.0.3 to 13.0.4 [[6afbbd0](https://github.com/Tomas2D/pm2-master-process/commit/6afbbd0be0dec393fe8ade4018d0b2a1c163aa8e)] +- Merge pull request [#42](https://github.com/Tomas2D/pm2-master-process/issues/42) from Tomas2D/dependabot/npm_and_yarn/prettier-2.8.0 [[b0ed666](https://github.com/Tomas2D/pm2-master-process/commit/b0ed66628d36e65468b9779cfb83aa729bd0d889)] +- Bump prettier from 2.7.1 to 2.8.0 [[11560e1](https://github.com/Tomas2D/pm2-master-process/commit/11560e1c76bec855f4358452279e14f32e1df307)] +- Merge pull request [#41](https://github.com/Tomas2D/pm2-master-process/issues/41) from Tomas2D/dependabot/npm_and_yarn/typescript-4.9.3 [[a2e2add](https://github.com/Tomas2D/pm2-master-process/commit/a2e2add77c7969ba4f34fc30677345be8ddd707a)] +- Bump typescript from 4.8.4 to 4.9.3 [[5fff1ec](https://github.com/Tomas2D/pm2-master-process/commit/5fff1ec1800d7101c665b95eab7e1817d96eaa0c)] +- Merge pull request [#40](https://github.com/Tomas2D/pm2-master-process/issues/40) from Tomas2D/dependabot/npm_and_yarn/husky-8.0.2 [[9dd968a](https://github.com/Tomas2D/pm2-master-process/commit/9dd968aa6d45886576861a6d59d948e3504ab946)] +- Bump husky from 8.0.1 to 8.0.2 [[b0b39be](https://github.com/Tomas2D/pm2-master-process/commit/b0b39bed1035a4496944b3ba822ef7bf2e21a2bd)] +- Merge pull request [#39](https://github.com/Tomas2D/pm2-master-process/issues/39) from Tomas2D/dependabot/npm_and_yarn/types/node-16.18.3 [[6a062cf](https://github.com/Tomas2D/pm2-master-process/commit/6a062cf7e1a0f0538ab885139d67e8549b5af36a)] +- Bump @types/node from 16.18.2 to 16.18.3 [[2c18e2e](https://github.com/Tomas2D/pm2-master-process/commit/2c18e2e4ff80d4af529fffee50619416802a9984)] +- Merge pull request [#38](https://github.com/Tomas2D/pm2-master-process/issues/38) from Tomas2D/dependabot/npm_and_yarn/types/node-16.18.2 [[45c7ae2](https://github.com/Tomas2D/pm2-master-process/commit/45c7ae25e388f360487d1ab3039826b53c7901b9)] +- Bump @types/node from 16.11.68 to 16.18.2 [[8f0f84c](https://github.com/Tomas2D/pm2-master-process/commit/8f0f84c27706145258d58f50c56112c14c6be3c5)] +- Merge pull request [#36](https://github.com/Tomas2D/pm2-master-process/issues/36) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.68 [[fbc9ec4](https://github.com/Tomas2D/pm2-master-process/commit/fbc9ec4ab24d404ba3213bdf83eef9c116eed58e)] +- Bump @types/node from 16.11.66 to 16.11.68 [[e94cd38](https://github.com/Tomas2D/pm2-master-process/commit/e94cd389e5362d80bf5ef1d36aab900f70b8c8dd)] +- Merge pull request [#35](https://github.com/Tomas2D/pm2-master-process/issues/35) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.66 [[2a48d8c](https://github.com/Tomas2D/pm2-master-process/commit/2a48d8cab9b5e24a73d6ee9a09f9e2b99df4d5de)] +- Bump @types/node from 16.11.65 to 16.11.66 [[2a0628d](https://github.com/Tomas2D/pm2-master-process/commit/2a0628d6ef3d96eb407612c256482ce77913a295)] +- Merge pull request [#34](https://github.com/Tomas2D/pm2-master-process/issues/34) from Tomas2D/dependabot/npm_and_yarn/pm2-5.2.2 [[3142f1b](https://github.com/Tomas2D/pm2-master-process/commit/3142f1b591bf478bf12eb63c42cbbac91c937d42)] +- Bump pm2 from 5.2.0 to 5.2.2 [[2dbfca5](https://github.com/Tomas2D/pm2-master-process/commit/2dbfca553f1fc0014818851aaf74ff157ca800ee)] +- Merge pull request [#33](https://github.com/Tomas2D/pm2-master-process/issues/33) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.65 [[7b046bb](https://github.com/Tomas2D/pm2-master-process/commit/7b046bb4c34e47e42fb45365c65909737c9eb563)] +- Bump @types/node from 16.11.64 to 16.11.65 [[1cb4e81](https://github.com/Tomas2D/pm2-master-process/commit/1cb4e810e5a9f50cb9330f825b7f674961e83313)] +- Merge pull request [#32](https://github.com/Tomas2D/pm2-master-process/issues/32) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.64 [[b1be463](https://github.com/Tomas2D/pm2-master-process/commit/b1be463a45c1864dbc134916499dfcbf993e744b)] +- Bump @types/node from 16.11.63 to 16.11.64 [[5fbdea1](https://github.com/Tomas2D/pm2-master-process/commit/5fbdea168a86fa4acc54193e7da162be3500c054)] +- Merge pull request [#31](https://github.com/Tomas2D/pm2-master-process/issues/31) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.63 [[5759141](https://github.com/Tomas2D/pm2-master-process/commit/57591410a3dded380192a7f26f08dbc9c1ecbe5a)] +- Bump @types/node from 16.11.62 to 16.11.63 [[1589db8](https://github.com/Tomas2D/pm2-master-process/commit/1589db815ce04b046dc94d3d7bc7f00da8652279)] +- Merge pull request [#28](https://github.com/Tomas2D/pm2-master-process/issues/28) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.62 [[8c4c8ae](https://github.com/Tomas2D/pm2-master-process/commit/8c4c8aee90a8a403ee3a7144d0be632392e7be46)] +- Merge pull request [#30](https://github.com/Tomas2D/pm2-master-process/issues/30) from Tomas2D/dependabot/npm_and_yarn/vm2-3.9.11 [[62140df](https://github.com/Tomas2D/pm2-master-process/commit/62140df87a44ce1fa546430851bdea02427af91a)] +- Bump vm2 from 3.9.10 to 3.9.11 [[468c730](https://github.com/Tomas2D/pm2-master-process/commit/468c73079cbfb2a54e71f291b515bb0e597875fb)] +- Merge pull request [#29](https://github.com/Tomas2D/pm2-master-process/issues/29) from Tomas2D/dependabot/npm_and_yarn/typescript-4.8.4 [[4ac43be](https://github.com/Tomas2D/pm2-master-process/commit/4ac43be5f36dbfbe7fc12b7b37558ef7a0735e4a)] +- Bump typescript from 4.8.3 to 4.8.4 [[73bafaa](https://github.com/Tomas2D/pm2-master-process/commit/73bafaa464b3e02b5024b0bce4859b9d9fbfcb21)] +- 📝 Update README.md [[96bad5a](https://github.com/Tomas2D/pm2-master-process/commit/96bad5a7cce5d8a25d716dd8e40a55014b7ae4e4)] +- Bump @types/node from 16.11.59 to 16.11.62 [[d980a1b](https://github.com/Tomas2D/pm2-master-process/commit/d980a1bc6da18a8bbedebea7bbcbff11173dab23)] +- Merge pull request [#26](https://github.com/Tomas2D/pm2-master-process/issues/26) from Tomas2D/dependabot/npm_and_yarn/types/node-16.11.59 [[57c7a2d](https://github.com/Tomas2D/pm2-master-process/commit/57c7a2d2d504b523e9b244f8877d870f99b422e8)] +- Bump @types/node from 16.11.58 to 16.11.59 [[c5d0825](https://github.com/Tomas2D/pm2-master-process/commit/c5d0825592e9f446b61250e8c9fc8cafd0a4d083)] + + ## 1.3.2 (2022-09-10) diff --git a/package.json b/package.json index db78905..fe5b83c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "pm2", "pm2 master process" ], - "version": "2.0.0-beta.1", + "version": "2.0.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js",