Skip to content

Commit 1a279dd

Browse files
committed
Version 1.1.3
1 parent ddb9d5b commit 1a279dd

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.1.3][] - 2025-09-04
6+
7+
- Update dependencies to latest versions
8+
59
## [1.1.2][] - 2025-05-23
610

711
- Add node.js 24 to CI
@@ -60,7 +64,8 @@
6064
- Style function (wrappers to add escape styles)
6165
- Themes (set of named styles)
6266

63-
[unreleased]: https://github.com/metarhia/concolor/compare/v1.1.2...HEAD
67+
[unreleased]: https://github.com/metarhia/concolor/compare/v1.1.3...HEAD
68+
[1.1.3]: https://github.com/metarhia/concolor/compare/v1.1.2...v1.1.3
6469
[1.1.2]: https://github.com/metarhia/concolor/compare/v1.1.1...v1.1.2
6570
[1.1.1]: https://github.com/metarhia/concolor/compare/v1.1.0...v1.1.1
6671
[1.1.0]: https://github.com/metarhia/concolor/compare/v1.0.6...v1.1.0

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.2",
3+
"version": "1.1.3",
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)