diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5832e..31797c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.10.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.9.0...0.10.0) (2024-11-15) + +### Features + +- daysToExpiry option ([#15](https://github.com/johnnyreilly/azdo-npm-auth/issues/15)) ([8c23d20](https://github.com/johnnyreilly/azdo-npm-auth/commit/8c23d2075d8d7dcf81bcf9ad67febc18182153d9)), closes [#16](https://github.com/johnnyreilly/azdo-npm-auth/issues/16) + # [0.9.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.8.0...0.9.0) (2024-11-11) ### Features diff --git a/package.json b/package.json index d0cb347..0e02b12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azdo-npm-auth", - "version": "0.9.0", + "version": "0.10.0", "description": "Set up local authentication to Azure DevOps npm feeds", "repository": { "type": "git",