diff --git a/CHANGELOG.md b/CHANGELOG.md index 431b3f2..49f1af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.0.3](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v3.0.2...v3.0.3) + +- feat: use github list api with a name filter (artifactId) instead of pulling 100 items, closes #25 [`#25`](https://github.com/felixmosh/turborepo-gh-artifacts/issues/25) + #### [v3.0.2](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v3.0.1...v3.0.2) +> 4 February 2024 + - feat: ignore 409 conflict errors [`#24`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/24) +- Release 3.0.2 [`a0fc02d`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/a0fc02d590199f6a9490d8e14d1d39c66b847f0e) - feat: add update:major-tag script [`8aaae7b`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/8aaae7b30909fc14def15e73de2035fd01213a19) - feat: extract major tag automatically [`0dcab50`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/0dcab50a0b03f6d14627ac11334d6371ad23716b) @@ -16,8 +23,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v3](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v3.0.0...v3) -> 29 January 2024 +> 4 February 2024 +- feat: ignore 409 conflict errors [`#24`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/24) +- Release 3.0.2 [`a0fc02d`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/a0fc02d590199f6a9490d8e14d1d39c66b847f0e) - fix: bump to node20, since 18 doesn't exists [`009c36c`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/009c36c1bc2038c63931fa51fe983d8949d026d4) - Release 3.0.1 [`44bc1d2`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/44bc1d21eb11c98fd8e29f61a5ec8c7dac1a2775) diff --git a/package.json b/package.json index fae69b0..fd18b84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-gh-artifacts", - "version": "3.0.2", + "version": "3.0.3", "description": "A TurboRepo local cache server which uploads artifact cache to GH artifacts.", "license": "MIT", "author": "felixmosh",