From 072151375ca558d46510dcdd0449e2926f9bb4ef Mon Sep 17 00:00:00 2001 From: Ed Opare-Aryee Date: Fri, 26 Jan 2018 16:39:25 +0000 Subject: [PATCH] chore(release): 1.0.0-rc.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b9aeef0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +# 1.0.0-rc.0 (2018-01-26) + + +### Features + +* **Masonry:** added MasonryModule and example with tests ([e14739e](https://github.com/thisissoon/angular-masonry/commit/e14739e)) diff --git a/package-lock.json b/package-lock.json index 362d9e8..a1bfc0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-masonry", - "version": "0.0.0", + "version": "1.0.0-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70a4155..fd54fa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-masonry", - "version": "0.0.0", + "version": "1.0.0-rc.0", "license": "MIT", "private": false, "description": "A simple, lightweight library to use Masonry in Angular",