diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e99f902..7bf93f86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ 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.9] - 2024-09-03 ### Added -- Add support for forcing the use of filesystem polling instead of OS events in watch mode. Set the environment variable `WIREIT_WATCH_STRATEGY=poll`, and optionally the `WIREIT_WATCH_POLL_MS` (default `500`). +- Add support for forcing the use of filesystem polling instead of OS events in watch mode. Set the environment variable `WIREIT_WATCH_STRATEGY=poll`, and optionally `WIREIT_WATCH_POLL_MS` (default `500`). ## [0.14.8] - 2024-08-22 @@ -630,7 +632,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Initial release. -[unreleased]: https://github.com/google/wireit/compare/v0.14.8...HEAD +[unreleased]: https://github.com/google/wireit/compare/v0.14.9...HEAD +[0.14.9]: https://github.com/google/wireit/compare/v0.14.8...v0.14.9 [0.14.8]: https://github.com/google/wireit/compare/v0.14.7...v0.14.8 [0.14.7]: https://github.com/google/wireit/compare/v0.14.6...v0.14.7 [0.14.6]: https://github.com/google/wireit/compare/v0.14.5...v0.14.6 diff --git a/package-lock.json b/package-lock.json index c789775e1..024c9867d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wireit", - "version": "0.14.8", + "version": "0.14.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wireit", - "version": "0.14.8", + "version": "0.14.9", "license": "Apache-2.0", "workspaces": [ "vscode-extension", diff --git a/package.json b/package.json index b7ac870d3..8f48fd0dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wireit", - "version": "0.14.8", + "version": "0.14.9", "description": "Upgrade your npm scripts to make them smarter and more efficient", "author": "Google LLC", "license": "Apache-2.0",