Skip to content

Commit a323809

Browse files
committed
Version 1.1.2
1 parent fcef919 commit a323809

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.1.2][] - 2025-05-23
6+
7+
- Add node.js 24 to CI
8+
- Update dependencies
9+
510
## [1.1.1][] - 2024-09-03
611

712
- Update eslint to 9.x and prettier with configs
@@ -55,7 +60,8 @@
5560
- Style function (wrappers to add escape styles)
5661
- Themes (set of named styles)
5762

58-
[unreleased]: https://github.com/metarhia/concolor/compare/v1.1.1...HEAD
63+
[unreleased]: https://github.com/metarhia/concolor/compare/v1.1.2...HEAD
64+
[1.1.2]: https://github.com/metarhia/concolor/compare/v1.1.1...v1.1.2
5965
[1.1.1]: https://github.com/metarhia/concolor/compare/v1.1.0...v1.1.1
6066
[1.1.0]: https://github.com/metarhia/concolor/compare/v1.0.6...v1.1.0
6167
[1.0.6]: https://github.com/metarhia/concolor/compare/v1.0.5...v1.0.6

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "concolor",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Vladyslav Dukhin <vladyslav.dukhin@gmail.com>",
55
"description": "Console colors for strings templates in node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)