diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f9850..03b226d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.12.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.11.0...0.12.0) (2024-12-07) + +### Features + +- Cross platform usage docs and attempt to fix post release permissions ([#19](https://github.com/johnnyreilly/azdo-npm-auth/issues/19)) ([282a53c](https://github.com/johnnyreilly/azdo-npm-auth/commit/282a53c1c1ea3cac8798c38efdd6bae981a22895)), closes [#000](https://github.com/johnnyreilly/azdo-npm-auth/issues/000) [/github.com/apexskier/github-release-commenter/issues/545#issuecomment-2513388057](https://github.com//github.com/apexskier/github-release-commenter/issues/545/issues/issuecomment-2513388057) + # [0.11.0](https://github.com/johnnyreilly/azdo-npm-auth/compare/0.10.0...0.11.0) (2024-12-01) ### Features diff --git a/package.json b/package.json index 81f8628..f4ec020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azdo-npm-auth", - "version": "0.11.0", + "version": "0.12.0", "description": "Set up local authentication to Azure DevOps npm feeds", "repository": { "type": "git",