Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Nov 23, 2022
1 parent 24d7674 commit bc8233e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit bc8233e

Please sign in to comment.