From bc8233ee323fce97a6fa38da73c1e52d295f5488 Mon Sep 17 00:00:00 2001 From: nzambello Date: Wed, 23 Nov 2022 19:06:38 +0100 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 21 ++++++++++++++++++--- package.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e835b..7121fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.6.0](https://github.com/nzambello/ellipsed/compare/v1.5.0...v1.6.0) + +- Bump tar from 4.4.15 to 4.4.19 [`#58`](https://github.com/nzambello/ellipsed/pull/58) +- Bump minimist from 1.2.0 to 1.2.5 [`#57`](https://github.com/nzambello/ellipsed/pull/57) +- Bump path-parse from 1.0.6 to 1.0.7 [`#56`](https://github.com/nzambello/ellipsed/pull/56) +- Bump tar from 4.4.11 to 4.4.15 [`#55`](https://github.com/nzambello/ellipsed/pull/55) +- Bump hosted-git-info from 2.8.4 to 2.8.9 [`#54`](https://github.com/nzambello/ellipsed/pull/54) +- Bump lodash from 4.17.19 to 4.17.21 [`#53`](https://github.com/nzambello/ellipsed/pull/53) +- Bump ini from 1.3.5 to 1.3.7 [`#52`](https://github.com/nzambello/ellipsed/pull/52) +- Bump mixin-deep from 1.3.1 to 1.3.2 [`#48`](https://github.com/nzambello/ellipsed/pull/48) +- Bump acorn from 7.0.0 to 7.2.0 [`#47`](https://github.com/nzambello/ellipsed/pull/47) +- Bump lodash from 4.17.10 to 4.17.19 [`#51`](https://github.com/nzambello/ellipsed/pull/51) +- feat: add ts typings declarations [`24d7674`](https://github.com/nzambello/ellipsed/commit/24d767460d2215308f88803a846fd619351b3b2d) + #### [v1.5.0](https://github.com/nzambello/ellipsed/compare/v1.4.2...v1.5.0) > 1 June 2020 @@ -14,6 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - added release-it config [`a16ae46`](https://github.com/nzambello/ellipsed/commit/a16ae46d675c38aae6e5cd0ce306240b8f45d375) - updated example [`0c30f51`](https://github.com/nzambello/ellipsed/commit/0c30f51a3dca2b1b9cbad66dfedd11b3d1b12573) - updated readme with performance suggestions [`ee96029`](https://github.com/nzambello/ellipsed/commit/ee960295aed8c7eb0478c63b42ff73b3fe7fbd9d) +- Release 1.5.0 [`adeb6da`](https://github.com/nzambello/ellipsed/commit/adeb6dac8f29b145834e892c7d6f71b60f05175b) #### [v1.4.2](https://github.com/nzambello/ellipsed/compare/v1.4.1...v1.4.2) @@ -42,7 +57,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v1.3.1](https://github.com/nzambello/ellipsed/compare/v1.3.0...v1.3.1) -> 23 December 2017 +> 24 December 2017 - fix for formatted content [`f6929eb`](https://github.com/nzambello/ellipsed/commit/f6929eb59bd493c55c4ecc9a164b876996c67c4f) @@ -111,7 +126,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v0.4.0](https://github.com/nzambello/ellipsed/compare/v0.3.0...v0.4.0) -> 2 October 2017 +> 3 October 2017 - Added replacement string option [`#16`](https://github.com/nzambello/ellipsed/pull/16) - Updated formatting on Readme [`#13`](https://github.com/nzambello/ellipsed/pull/13) @@ -155,7 +170,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v0.2.2](https://github.com/nzambello/ellipsed/compare/v0.2.1...v0.2.2) -> 12 September 2017 +> 13 September 2017 - Changed LICENCE to MIT [`313ed9a`](https://github.com/nzambello/ellipsed/commit/313ed9a579de8fba46a5b210057c787eb1e5f3a1) - updated README [`b1fcae5`](https://github.com/nzambello/ellipsed/commit/b1fcae577d081a8688fe76e931f791ed43fa6083) diff --git a/package.json b/package.json index 002897e..54bc161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ellipsed", - "version": "1.5.0", + "version": "1.6.0", "description": "A JavaScript library for multilined text ellipsis", "license": "MIT", "homepage": "https://nzambello.github.io/ellipsed/",