Skip to content

Commit

Permalink
chore: 🤖 release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Dec 8, 2023
1 parent 32710ad commit d221be2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/phun-ky/moebius/compare/0.1.4...0.2.0) (2023-12-08)


### Feature

* 🎸 Add new feature: `darkmode`-palette ([7b744c5](https://github.com/phun-ky/moebius/commit/7b744c5470875656b3dbc9b9cd9461b0fba23e97))

## [0.1.4](https://github.com/phun-ky/moebius/compare/0.1.3...0.1.4) (2023-12-05)


Expand Down
3 changes: 3 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [features](modules/features.md)
- [features/analogous](modules/features_analogous.md)
- [features/complement](modules/features_complement.md)
- [features/darkmode](modules/features_darkmode.md)
- [features/harmonize](modules/features_harmonize.md)
- [features/hexadic](modules/features_hexadic.md)
- [features/interpolate](modules/features_interpolate.md)
Expand Down Expand Up @@ -54,6 +55,8 @@
- [utils/converters/to-oklch](modules/utils_converters_to_oklch.md)
- [utils/converters/to-rgb](modules/utils_converters_to_rgb.md)
- [utils/converters/to-xyz](modules/utils_converters_to_xyz.md)
- [utils/get-chroma-bezier-scale-colors](modules/utils_get_chroma_bezier_scale_colors.md)
- [utils/get-chroma-scale-colors](modules/utils_get_chroma_scale_colors.md)
- [utils/get-random-color-hex](modules/utils_get_random_color_hex.md)
- [utils/normalize-color-units](modules/utils_normalize_color_units.md)
- [utils/random](modules/utils_random.md)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phun-ky/moebius",
"version": "0.1.4",
"version": "0.2.0",
"description": "Automatically generate color palettes!",
"main": "moebius.js",
"types": "moebius.d.ts",
Expand Down

0 comments on commit d221be2

Please sign in to comment.