Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#2)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0

* chore: pnpm format
  • Loading branch information
vojtechsimetka authored Jul 20, 2023
1 parent c61c841 commit 781eb46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2023-07-20)


### Features

* find closest color to luminance and calculate luminance ([#1](https://github.com/logos-innovation-lab/luminance/issues/1)) ([d1ded48](https://github.com/logos-innovation-lab/luminance/commit/d1ded48119e97ede1b4cdf39d91f0ef98eb9c125))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waku-objects/luminance",
"version": "0.1.2",
"version": "1.0.0",
"description": "Library for getting manipulating colors",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 781eb46

Please sign in to comment.