Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 4, 2021
1 parent 3276400 commit 5f2afbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.2.0](https:/alexeyraspopov/picocolors/releases/tag/v0.2.0)

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

## [v0.1.0](https:/alexeyraspopov/picocolors/releases/tag/v0.1.0)

- Added CommonJS support ([#7](https:/alexeyraspopov/picocolors/pull/7))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picocolors",
"version": "0.1.0",
"version": "0.2.0",
"main": "./picocolors.js",
"types": "./picocolors.d.ts",
"browser": {
Expand Down

0 comments on commit 5f2afbf

Please sign in to comment.