From ba7287bdff56b74387744c9646c7187a78aed47d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 May 2019 13:43:40 +0000 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13b402..aa15577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/commonality/archetypes-rules/compare/v1.0.20...v1.1.0) (2019-05-20) + + +### Features + +* **variable:** extend string-variable ([3e51767](https://github.com/commonality/archetypes-rules/commit/3e51767)), closes [#33](https://github.com/commonality/archetypes-rules/issues/33) + ## [1.0.20](https://github.com/commonality/archetypes-rules/compare/v1.0.19...v1.0.20) (2019-05-19) ## Build diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4c62028..10db262 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "1.0.20", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 493b7ed..ccf2dc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "archetypes-rules", "description": "Move conditional logic out of source code and database triggers and into a reusable package, where explicit rules can be independently defined and managed.", - "version": "1.0.20", + "version": "1.1.0", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",