From ead5d8f3fd93f6b984b4cd444d6f6c20539a31ef Mon Sep 17 00:00:00 2001 From: johnnyreilly Date: Sun, 1 Dec 2024 18:24:42 +0000 Subject: [PATCH] chore: release v0.11.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",