Skip to content

Commit

Permalink
chore(release): publish 0.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 14, 2024
1 parent 8509ca4 commit d83714b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.0.0-alpha.8 (2024-10-14)


### 🚀 Features

- **nx-verdaccio:** update plugin to enable env-setup caching ([f129325](https://github.com/push-based/nx-verdaccio/commit/f129325))
- **nx-verdaccio:** stop verdaccio in case of executors error ([98cba24](https://github.com/push-based/nx-verdaccio/commit/98cba24))
- **nx-verdaccio:** refactor registry configuration to use async exec ([a3f4694](https://github.com/push-based/nx-verdaccio/commit/a3f4694))

### 🩹 Fixes

- tweak CPU Nx audits ([b461f89](https://github.com/push-based/nx-verdaccio/commit/b461f89))
- set default values for cacheSizeTasks and options in plugin ([b782914](https://github.com/push-based/nx-verdaccio/commit/b782914))
- mock exec implementation to handle callbacks in unit tests ([88ebbd4](https://github.com/push-based/nx-verdaccio/commit/88ebbd4))

### ❤️ Thank You

- getlarge

## 0.0.0-alpha.7 (2024-10-13)


Expand Down
2 changes: 1 addition & 1 deletion projects/nx-verdaccio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@push-based/nx-verdaccio",
"version": "0.0.0-alpha.7",
"version": "0.0.0-alpha.8",
"license": "MIT",
"private": false,
"dependencies": {
Expand Down

0 comments on commit d83714b

Please sign in to comment.