From a2ac23f78e2d16bfec78cd0028becf5ec2246eb8 Mon Sep 17 00:00:00 2001 From: artlaman <7010178+artlaman@users.noreply.github.com> Date: Sun, 20 Mar 2022 14:35:57 +0300 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90f4d28 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 1.1.0 (2022-03-20) + + +### Features + +* get data from the changelog ([4158792](https://github.com/artlaman/conventional-changelog-reader-action/commit/415879238a976bf9f317963eb9a5853fa6ca8989)) + diff --git a/package-lock.json b/package-lock.json index 374511d..8cd12ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conventional-changelog-reader-action", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "conventional-changelog-reader-action", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.5" diff --git a/package.json b/package.json index 00a8f95..e231221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-reader-action", - "version": "1.0.0", + "version": "1.1.0", "description": "A GitHub action to read and get data from the CHANGELOG.md files following the Conventional Changelog standard", "main": "index.js", "author": "Artem Laman ",