diff --git a/CHANGELOG.md b/CHANGELOG.md index c82fa3e..63407d3 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.0](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v2.1.1...v3.0.0) + +- feat: bump to Node 18 [`4482120`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/4482120970d73b839a9c88c2e6265406f7ae2b53) + #### [v2.1.1](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v2.1.0...v2.1.1) +> 2 April 2023 + - feat: print github error message on request error, closes #23 [`#23`](https://github.com/felixmosh/turborepo-gh-artifacts/issues/23) +- Release 2.1.1 [`90863ce`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/90863ce9f52eb50906a199bfc79aa48ba1b4cf1c) - Create FUNDING.yml [`f2b902a`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/f2b902aaf262f1a690de222e10b7d4647a900e90) - Update tag version [`a73d2a8`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/a73d2a81585ca9fb37c3a22070c4bc809b93dc6b) @@ -16,10 +23,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v2](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v2.0.0...v2) -> 4 December 2022 +> 2 April 2023 - refactor(turboServer): use environment variables for configuration [`#19`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/19) +- feat: print github error message on request error, closes #23 [`#23`](https://github.com/felixmosh/turborepo-gh-artifacts/issues/23) - Release 2.1.0 [`c1aad0f`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/c1aad0f06228423c5680bc5a0f4174bf8ea3fa12) +- Release 2.1.1 [`90863ce`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/90863ce9f52eb50906a199bfc79aa48ba1b4cf1c) +- Create FUNDING.yml [`f2b902a`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/f2b902aaf262f1a690de222e10b7d4647a900e90) ### [v2.0.0](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v1.1.1...v2.0.0) diff --git a/package.json b/package.json index 5fd9aa5..6bf57aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-gh-artifacts", - "version": "2.1.1", + "version": "3.0.0", "description": "A TurboRepo local cache server which uploads artifact cache to GH artifacts.", "license": "MIT", "author": "felixmosh",