diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1b36c..cf5b8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.0.0-alpha.27 (2024-12-11) + + +### 🚀 Features + +- cleanup git status in folders that are checked in ([5e2c9b5](https://github.com/push-based/nx-verdaccio/commit/5e2c9b5)) +- add skip install ([b1628ef](https://github.com/push-based/nx-verdaccio/commit/b1628ef)) +- **nx-verdaccio:** add skipInstall and post script ([f2c0c86](https://github.com/push-based/nx-verdaccio/commit/f2c0c86)) + +### ❤️ Thank You + +- Michael @rx-angular +- Michael Hladky @BioPhoton + ## 0.0.0-alpha.26 (2024-10-23) diff --git a/projects/nx-verdaccio/package.json b/projects/nx-verdaccio/package.json index f6322fc..1273590 100644 --- a/projects/nx-verdaccio/package.json +++ b/projects/nx-verdaccio/package.json @@ -1,6 +1,6 @@ { "name": "@push-based/nx-verdaccio", - "version": "0.0.0-alpha.26", + "version": "0.0.0-alpha.27", "description": "Nx plugin for blazing fast Verdaccio setup & testing", "license": "MIT", "private": false,