From fb2ab194bafa23c018686a9feb06aa024c6cb8c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2019 13:32:12 +0000 Subject: [PATCH] chore(release): v1.1.3 --- CHANGELOG.md | 2 ++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02f32e..4d0d12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.1.3](https://github.com/commonality/archetypes-rules/compare/v1.1.2...v1.1.3) (2019-06-14) + ## [1.1.2](https://github.com/commonality/archetypes-rules/compare/v1.1.1...v1.1.2) (2019-06-02) ## [1.1.1](https://github.com/commonality/archetypes-rules/compare/v1.1.0...v1.1.1) (2019-05-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e9de9c2..a1b1915 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38022bd..a2ab183 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.1.2", + "version": "1.1.3", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",