Skip to content

Commit 5f2afbf

Browse files
1 parent 3276400 commit 5f2afbf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.2.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v0.2.0)
4+
5+
- 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))
7+
38
## [v0.1.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v0.1.0)
49

510
- Added CommonJS support ([#7](https://github.com/alexeyraspopov/picocolors/pull/7))

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.1.0",
3+
"version": "0.2.0",
44
"main": "./picocolors.js",
55
"types": "./picocolors.d.ts",
66
"browser": {

0 commit comments

Comments
 (0)