diff --git a/CHANGELOG.md b/CHANGELOG.md index 10994ca..032ddb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 1.1.0 (2024-12-30) +## [1.1.1](https://github.com/biemch/biem-cli/compare/1.1.0...1.1.1) (2024-12-30) + + +### Bug Fixes + +* add publishConfig for public access in package.json ([ed745b0](https://github.com/biemch/biem-cli/commit/ed745b07025947b182d60b334c72f966db32134d)) + + + +# [1.1.0](https://github.com/biemch/biem-cli/compare/705d39a90cfea2fc76ca8ab38f368d6f8fae79fd...1.1.0) (2024-12-30) ### Features diff --git a/package.json b/package.json index 7202c5c..364021e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biem/cli", "description": "Biem command line interface", - "version": "1.1.0", + "version": "1.1.1", "author": "Michael Freund ", "bin": { "biem": "dist/index.js"