diff --git a/CHANGELOG.md b/CHANGELOG.md index 31797c5..78f9850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.11.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.10.0...0.11.0) (2024-12-01) + +### Features + +- noparse mode ([#17](https://github.com/johnnyreilly/azdo-npm-auth/issues/17)) ([aaa5c2f](https://github.com/johnnyreilly/azdo-npm-auth/commit/aaa5c2f70bc8869a4a604c314e95f1114d842e3f)), closes [#18](https://github.com/johnnyreilly/azdo-npm-auth/issues/18) + # [0.10.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.9.0...0.10.0) (2024-11-15) ### Features diff --git a/package.json b/package.json index 0e02b12..81f8628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azdo-npm-auth", - "version": "0.10.0", + "version": "0.11.0", "description": "Set up local authentication to Azure DevOps npm feeds", "repository": { "type": "git",