Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming committed Nov 27, 2021
1 parent 1925615 commit f1d83a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/upupming/tailwindcss-themeable/compare/v1.1.0...v1.2.0) (2021-11-27)


### Features

* improve the shades generating algorithm and add test cases ([78bf512](https://github.com/upupming/tailwindcss-themeable/commit/78bf512ffdff6f6992538bc1880b59889c954e97))


### Bug Fixes

* **hex2rgb:** do not divide 255 ([577154e](https://github.com/upupming/tailwindcss-themeable/commit/577154e716b6b6e9b417c0ba5e7de543ca68ac6e))

## [1.1.0](https://github.com/upupming/tailwindcss-themeable/compare/v1.0.1...v1.1.0) (2021-11-26)


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": "tailwindcss-themeable",
"version": "1.1.0",
"version": "1.2.0",
"description": "multiple themes support for tailwindcss, with Dracula built-in",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit f1d83a4

Please sign in to comment.