Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Jan 1, 2025
1 parent 71a8c8e commit 245b1f6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.1.1][] - 2024-09-03

- Update eslint to 9.x and prettier with configs
- Add node.js 22 to CI

## [1.1.0][] - 2023-10-22

- Drop node.js 16 and 19 support
Expand Down Expand Up @@ -50,7 +55,8 @@
- Style function (wrappers to add escape styles)
- Themes (set of named styles)

[unreleased]: https://github.com/metarhia/concolor/compare/v1.1.0...HEAD
[unreleased]: https://github.com/metarhia/concolor/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/metarhia/concolor/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/metarhia/concolor/compare/v1.0.6...v1.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2024 concolor contributors
Copyright (c) 2017-2025 concolor contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ console.log(theme.caption('Caption example'));

## License & Contributors

Copyright (c) 2017-2024 [Metarhia contributors](https://github.com/metarhia/concolor/graphs/contributors).
Copyright (c) 2017-2025 [Metarhia contributors](https://github.com/metarhia/concolor/graphs/contributors).
Concolor is [MIT licensed](./LICENSE).\
Concolor is a part of [Metarhia](https://github.com/metarhia) technology stack.
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"author": "Vladyslav Dukhin <vladyslav.dukhin@gmail.com>",
"description": "Console colors for strings templates in node.js",
"license": "MIT",
Expand Down

0 comments on commit 245b1f6

Please sign in to comment.