Skip to content

Commit

Permalink
picocolors@0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 4, 2021
1 parent aaf57e1 commit 06b6c86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

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

- Removed semicolons to reduce the package size ([#28](https://github.com/alexeyraspopov/picocolors/pull/28))
- Fixed type definitions ([#29](https://github.com/alexeyraspopov/picocolors/pull/29))
- Made `createColors()` use `isColorSupported` if no flag was provided ([`aaf57e1`](https://github.com/alexeyraspopov/picocolors/commit/aaf57e14b250112c6ad4fbeff08ad78cafc6c887))

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

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

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

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.2.0",
"version": "0.2.1",
"main": "./picocolors.js",
"types": "./picocolors.d.ts",
"browser": {
Expand Down

0 comments on commit 06b6c86

Please sign in to comment.