From 97390b80713e7bb5ed55d198bd9ba9b5f6ce8001 Mon Sep 17 00:00:00 2001 From: johnnyreilly Date: Fri, 15 Nov 2024 08:54:10 +0000 Subject: [PATCH] chore: release v0.10.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",