From 8461eefed79716a548dc52088384a9641e76f0fd Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 11 Dec 2024 23:07:48 +0100 Subject: [PATCH] chore(release): publish 0.0.0-alpha.27 --- CHANGELOG.md | 14 ++++++++++++++ projects/nx-verdaccio/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1b36c9..cf5b8ab0 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 f6322fc9..12735906 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,