Skip to content

Commit

Permalink
chore(projects): release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 4, 2024
1 parent 9febecd commit e474547
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## [v0.1.1](https://github.com/soybeanjs/color-palette/compare/v0.1.0...v0.1.1) (2024-06-04)

###    🚀 Features

- **projects**: add export `getColorName` &nbsp;-&nbsp; by @soybeanjs [<samp>(de526)</samp>](https://github.com/soybeanjs/color-palette/commit/de52646)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- **projects**: fix export colord &nbsp;-&nbsp; by @soybeanjs [<samp>(9febe)</samp>](https://github.com/soybeanjs/color-palette/commit/9febecd)

### &nbsp;&nbsp;&nbsp;📖 Documentation

- **projects**: add CHANGELOG &nbsp;-&nbsp; by @soybeanjs [<samp>(dbd2b)</samp>](https://github.com/soybeanjs/color-palette/commit/dbd2b56)

### &nbsp;&nbsp;&nbsp;❤️ Contributors

[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;

## [v0.1.0](https://github.com/soybeanjs/color-palette/compare/v0.0.2...v0.1.0) (2024-06-03)

### &nbsp;&nbsp;&nbsp;💅 Refactors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "color-palette",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down

0 comments on commit e474547

Please sign in to comment.