diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f1628..16e835b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.4.2](https://github.com/nzambello/ellipsed/compare/v1.4.2...v1.4.2) +#### [v1.5.0](https://github.com/nzambello/ellipsed/compare/v1.4.2...v1.5.0) > 1 June 2020 - Feature/support node selector [`#46`](https://github.com/nzambello/ellipsed/pull/46) +- added changelog [`74c9b42`](https://github.com/nzambello/ellipsed/commit/74c9b421eabde99fe73ff361539b7734f0e471e3) - upgraded serve [`cc4896b`](https://github.com/nzambello/ellipsed/commit/cc4896b6162ac4f93c8991125a26172d805cdbc9) - added release-it config [`a16ae46`](https://github.com/nzambello/ellipsed/commit/a16ae46d675c38aae6e5cd0ce306240b8f45d375) - updated example [`0c30f51`](https://github.com/nzambello/ellipsed/commit/0c30f51a3dca2b1b9cbad66dfedd11b3d1b12573) diff --git a/package.json b/package.json index 9639c34..8b78596 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ellipsed", - "version": "1.4.2", + "version": "1.5.0", "description": "A JavaScript library for multilined text ellipsis", "license": "MIT", "homepage": "https://nzambello.github.io/ellipsed/",