Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
PR-URL: #75
  • Loading branch information
tshemsedinov committed Apr 29, 2023
1 parent dbba76f commit d5e8f7d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [1.0.6][] - 2023-04-29

- Drop node.js 14 support, add node.js 20
- Convert package_lock.json to lockfileVersion 2
- Update dependencies

## [1.0.5][] - 2023-02-20

- Package maintenance and update dependencies
Expand Down Expand Up @@ -39,7 +45,8 @@
- Style function (wrappers to add escape styles)
- Themes (set of named styles)

[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.5...HEAD
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.6...HEAD
[1.0.6]: https://github.com/metarhia/concolor/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/metarhia/concolor/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/metarhia/concolor/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/metarhia/concolor/compare/v1.0.2...v1.0.3
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "concolor",
"version": "1.0.5",
"version": "1.0.6",
"author": "Vladyslav Dukhin <[email protected]>",
"description": "Console colors for strings templates in node.js",
"license": "MIT",
Expand Down

0 comments on commit d5e8f7d

Please sign in to comment.