Skip to content

Commit d5e8f7d

Browse files
committed
Version 1.0.6
PR-URL: #75
1 parent dbba76f commit d5e8f7d

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.0.6][] - 2023-04-29
6+
7+
- Drop node.js 14 support, add node.js 20
8+
- Convert package_lock.json to lockfileVersion 2
9+
- Update dependencies
10+
511
## [1.0.5][] - 2023-02-20
612

713
- Package maintenance and update dependencies
@@ -39,7 +45,8 @@
3945
- Style function (wrappers to add escape styles)
4046
- Themes (set of named styles)
4147

42-
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.5...HEAD
48+
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.6...HEAD
49+
[1.0.6]: https://github.com/metarhia/concolor/compare/v1.0.5...v1.0.6
4350
[1.0.5]: https://github.com/metarhia/concolor/compare/v1.0.4...v1.0.5
4451
[1.0.4]: https://github.com/metarhia/concolor/compare/v1.0.3...v1.0.4
4552
[1.0.3]: https://github.com/metarhia/concolor/compare/v1.0.2...v1.0.3

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "concolor",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"author": "Vladyslav Dukhin <[email protected]>",
55
"description": "Console colors for strings templates in node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)