diff --git a/CHANGELOG.md b/CHANGELOG.md
index 714ec36..86f1c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.1.0-rc.0](https://github.com/thisissoon/angular-timesince/compare/v1.0.0...v1.1.0-rc.0) (2017-12-04)
+
+
+### Features
+
+* **build:** Move build and dev environment to angular cli and ng-packagr ([25855c6](https://github.com/thisissoon/angular-timesince/commit/25855c6))
+
+
+
# [1.0.0](https://github.com/thisissoon/angular-timesince/compare/v0.0.2...v1.0.0) (2017-08-25)
diff --git a/package-lock.json b/package-lock.json
index 3ed1b0e..c923ed1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@thisissoon/angular-timesince",
- "version": "1.0.0",
+ "version": "1.1.0-rc.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 75b2a78..6604b83 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@thisissoon/angular-timesince",
"private": false,
- "version": "1.0.0",
+ "version": "1.1.0-rc.0",
"description": "A simple lightweight library for Angular 2/4+ which returns the number of seconds, minutes, days, months or years since any Date object based on the current system time",
"keywords": [
"angular",