Skip to content

Commit ab12340

Browse files
committed
Version 1.0.3
PR-URL: #65
1 parent 84ed084 commit ab12340

File tree

5 files changed

+28
-23
lines changed

5 files changed

+28
-23
lines changed

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.0.3][] - 2022-07-07
6+
7+
- Package maintenance
8+
59
## [1.0.2][] - 2021-07-17
610

711
- Move types to package root
@@ -25,7 +29,8 @@
2529
- Style function (wrappers to add escape styles)
2630
- Themes (set of named styles)
2731

28-
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.2...HEAD
32+
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.3...HEAD
33+
[1.0.3]: https://github.com/metarhia/concolor/compare/v1.0.2...v1.0.3
2934
[1.0.2]: https://github.com/metarhia/concolor/compare/v1.0.1...v1.0.2
3035
[1.0.1]: https://github.com/metarhia/concolor/compare/v1.0.0...v1.0.1
3136
[1.0.0]: https://github.com/metarhia/concolor/compare/v0.1.16...v1.0.0

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2021 concolor contributors
3+
Copyright (c) 2017-2022 concolor contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ console.log(theme.caption('Caption example'));
115115

116116
## License & Contributors
117117

118-
Copyright (c) 2017-2021 [Metarhia contributors](https://github.com/metarhia/concolor/graphs/contributors).
118+
Copyright (c) 2017-2022 [Metarhia contributors](https://github.com/metarhia/concolor/graphs/contributors).
119119
Concolor is [MIT licensed](./LICENSE).\
120120
Concolor is a part of [Metarhia](https://github.com/metarhia) technology stack.

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "concolor",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Vladyslav Dukhin <vladyslav.dukhin@gmail.com>",
55
"description": "Console colors for strings templates in node.js",
66
"license": "MIT",
@@ -47,12 +47,12 @@
4747
},
4848
"readmeFilename": "README.md",
4949
"devDependencies": {
50-
"@types/node": "^18.0.0",
51-
"eslint": "^8.18.0",
50+
"@types/node": "^18.0.3",
51+
"eslint": "^8.19.0",
5252
"eslint-config-metarhia": "^8.1.0",
5353
"eslint-config-prettier": "^8.5.0",
5454
"eslint-plugin-import": "^2.26.0",
55-
"eslint-plugin-prettier": "^4.0.0",
55+
"eslint-plugin-prettier": "^4.2.1",
5656
"prettier": "^2.7.1",
5757
"typescript": "^4.7.4"
5858
}

0 commit comments

Comments
 (0)