Skip to content

Commit 06b6c86

Browse files
1 parent aaf57e1 commit 06b6c86

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3+
## [v0.2.1](https://github.com/alexeyraspopov/picocolors/releases/tag/v0.2.1)
4+
5+
- Removed semicolons to reduce the package size ([#28](https://github.com/alexeyraspopov/picocolors/pull/28))
6+
- Fixed type definitions ([#29](https://github.com/alexeyraspopov/picocolors/pull/29))
7+
- Made `createColors()` use `isColorSupported` if no flag was provided ([`aaf57e1`](https://github.com/alexeyraspopov/picocolors/commit/aaf57e14b250112c6ad4fbeff08ad78cafc6c887))
8+
39
## [v0.2.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v0.2.0)
410

511
- Removed ESM Module to fix the rest of compatibility issues and reduce package size ([#26](https://github.com/alexeyraspopov/picocolors/pull/26))
6-
- Added support for non-string inputs ([3276400](https://github.com/alexeyraspopov/picocolors/commit/3276400d5046c93ae56648e3db137a20b1f420b4))
12+
- Added support for non-string inputs ([`3276400`](https://github.com/alexeyraspopov/picocolors/commit/3276400d5046c93ae56648e3db137a20b1f420b4))
713

814
## [v0.1.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v0.1.0)
915

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picocolors",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "./picocolors.js",
55
"types": "./picocolors.d.ts",
66
"browser": {

0 commit comments

Comments
 (0)