diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af48ca..1f5832e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.9.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.8.0...0.9.0) (2024-11-11) + +### Features + +- clarify E401 handling ([#14](https://github.com/johnnyreilly/azdo-npm-auth/issues/14)) ([39dbb1f](https://github.com/johnnyreilly/azdo-npm-auth/commit/39dbb1f2f86fe78960f11036a0a9fb7b70149a07)), closes [#000](https://github.com/johnnyreilly/azdo-npm-auth/issues/000) + # [0.8.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.7.0...0.8.0) (2024-11-11) ### Features diff --git a/package.json b/package.json index f0985e7..d0cb347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azdo-npm-auth", - "version": "0.8.0", + "version": "0.9.0", "description": "Set up local authentication to Azure DevOps npm feeds", "repository": { "type": "git",