From 3f0cb565e31d228ca0b63de2559d6870824625c8 Mon Sep 17 00:00:00 2001 From: theappnest-ci-bot <44668374+theappnest-ci-bot@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:10:23 +0100 Subject: [PATCH] chore: release 1.1.0 (#6) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ed8b7..737b75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://www.github.com/theappnest/create-artifact-action/compare/v1.0.0...v1.1.0) (2021-08-19) + + +### Features + +* repurpose to generic artifact upload ([#5](https://www.github.com/theappnest/create-artifact-action/issues/5)) ([3267e8c](https://www.github.com/theappnest/create-artifact-action/commit/3267e8c0de4efea697b3ab26c1990fdb07b79dd3)) + ## 1.0.0 (2021-08-13) diff --git a/package.json b/package.json index 7fe7fa6..aa62d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-artifact-action", - "version": "1.0.0", + "version": "1.1.0", "private": true, "main": "lib/main.js", "scripts": {