From 2bb0bc7670d78623e61730c448f918724e5fed4e Mon Sep 17 00:00:00 2001 From: stfsy Date: Tue, 9 Feb 2021 14:37:09 +0100 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c23a8c..377625d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,32 @@ -# [1.0.0](https://github.com/stfsy/broccoli-version/compare/v0.2.1...v1.0.0) (2020-04-12) +# [1.1.0](https://github.com/stfsy/broccoli-version/compare/v1.0.0...v1.1.0) (2021-02-09) + + +### Features + +* update outdated dependencies ([6eefeb8](https://github.com/stfsy/broccoli-version/commit/6eefeb8781046995f95f0b4e360c51287d34d9a0)) +* update vulnerable dependencies ([7ef148c](https://github.com/stfsy/broccoli-version/commit/7ef148ca19658079301325dd999b86b90a71cdba)) + + + +# [1.0.0](https://github.com/stfsy/broccoli-version/compare/v0.3.0...v1.0.0) (2020-04-12) ### Features -* update dependencies ([b5f9e50](https://github.com/stfsy/broccoli-version/commit/b5f9e509afeeeef52dedf804ac4fba92607f5a43)) * use broccoli plugin adapter ([ab89826](https://github.com/stfsy/broccoli-version/commit/ab8982642b56aa05185fa161b11d451b025e2d73)) * use broccoli plugin adapter ([52f359f](https://github.com/stfsy/broccoli-version/commit/52f359f621772a8467d88ab8da18be2ea51940da)) +# [0.3.0](https://github.com/stfsy/broccoli-version/compare/v0.2.1...v0.3.0) (2020-03-22) + + +### Features + +* update dependencies ([b5f9e50](https://github.com/stfsy/broccoli-version/commit/b5f9e509afeeeef52dedf804ac4fba92607f5a43)) + + + ## [0.2.1](https://github.com/stfsy/broccoli-version/compare/v0.2.0...v0.2.1) (2016-07-31) diff --git a/package-lock.json b/package-lock.json index 036da32..5c6e278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "broccoli-version", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b778757..81a0456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-version", - "version": "1.0.0", + "version": "1.1.0", "description": "Broccoli plugin for incrementing version numbers in .json files", "main": "lib/index.js", "scripts": {