From 8d34656bd2b83f8f938a60ac09434d209591dba6 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 3 Oct 2022 09:58:38 +0300 Subject: [PATCH] Release 1.1.1 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36366ea..79fceb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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). +#### [v1.1.1](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v1.1.0...v1.1.1) + +- Refactor logs [`#16`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/16) +- Fixes #13 Check for artifact expiry and ignore if it's expired [`#15`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/15) +- Fixes #13 Check for artifact expiry and ignore if it's expired (#15) [`#13`](https://github.com/felixmosh/turborepo-gh-artifacts/issues/13) + #### [v1.1.0](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v1.0.7...v1.1.0) +> 13 September 2022 + - feat: check if artifact exists locally before attempting download [`#12`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/12) +- Release 1.1.0 [`7671519`](https://github.com/felixmosh/turborepo-gh-artifacts/commit/767151948381f0cd2fe04e339134d5950bd913a4) #### [v1.0.7](https://github.com/felixmosh/turborepo-gh-artifacts/compare/v1.0.6...v1.0.7) @@ -58,8 +67,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### v1 -> 12 September 2022 +> 13 September 2022 +- feat: check if artifact exists locally before attempting download [`#12`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/12) - feat: cache artifact list requests between GETs [`#11`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/11) - feat: respond with status code 200 on analytics endpoint [`#10`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/10) - fix: check for empty array [`#4`](https://github.com/felixmosh/turborepo-gh-artifacts/pull/4) diff --git a/package.json b/package.json index 09ef4e9..6cc8378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-gh-artifacts", - "version": "1.1.0", + "version": "1.1.1", "description": "A TurboRepo local cache server which uploads artifact cache to GH artifacts.", "license": "MIT", "author": "felixmosh",