From 14cfae8fe163e897e300cbc518875471ceb02bc3 Mon Sep 17 00:00:00 2001 From: Al Marks Date: Mon, 5 Aug 2024 12:12:52 -0700 Subject: [PATCH] Release 0.14.6 --- CHANGELOG.md | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497c96e91..3f3c7e89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased + + +## [0.14.6] - 2024-08-05 ### Added @@ -612,7 +614,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Initial release. -[unreleased]: https://github.com/google/wireit/compare/v0.14.5...HEAD +[unreleased]: https://github.com/google/wireit/compare/v0.14.6...HEAD +[0.14.6]: https://github.com/google/wireit/compare/v0.14.5...v0.14.6 [0.14.5]: https://github.com/google/wireit/compare/v0.14.4...v0.14.5 [0.14.4]: https://github.com/google/wireit/compare/v0.14.3...v0.14.4 [0.14.3]: https://github.com/google/wireit/compare/v0.14.2...v0.14.3 diff --git a/package-lock.json b/package-lock.json index 7caa65cd8..b00925376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wireit", - "version": "0.14.5", + "version": "0.14.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wireit", - "version": "0.14.5", + "version": "0.14.6", "license": "Apache-2.0", "workspaces": [ "vscode-extension", diff --git a/package.json b/package.json index b7657fc36..5440b4ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wireit", - "version": "0.14.5", + "version": "0.14.6", "description": "Upgrade your npm scripts to make them smarter and more efficient", "author": "Google LLC", "license": "Apache-2.0",