From f2988f94882e51c81207a89ca2148b5c7fb8acc9 Mon Sep 17 00:00:00 2001 From: danrevah Date: Tue, 26 Dec 2017 23:39:37 +0200 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cdc074..6b0672a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +# [2.1.0](https://github.com/danrevah/ngx-pipes/compare/v1.6.6...v2.1.0) (2017-12-26) + + +* improve package bundling (#84) ([6a6f8ca](https://github.com/danrevah/ngx-pipes/commit/6a6f8ca)), closes [#84](https://github.com/danrevah/ngx-pipes/issues/84) + + +### BREAKING CHANGES + +* we do not publish the source file of each pipe now. As with webpack/rollup's treeshaking feature, we don't need to publish pipes separately. User who used to reference to source pipes directly should update their paths. + + + ## [2.0.3](https://github.com/danrevah/ngx-pipes/compare/v2.0.0...v2.0.3) (2017-11-10) diff --git a/package-lock.json b/package-lock.json index 95d80e7c..3394a1a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-pipes", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58362c83..feb372ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-pipes", - "version": "2.0.3", + "version": "2.1.0", "author": "Dan Revah", "description": "Useful angular2 pipes", "license": "MIT",