Skip to content

Commit

Permalink
chore(release): 2.1.12 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.12](v2.1.11...v2.1.12) (2024-02-16)

### Bug Fixes

* remove eslint and prettier ([35b15f0](35b15f0))
* use biome ([0692d8c](0692d8c))
  • Loading branch information
semantic-release-bot committed Feb 16, 2024
1 parent bca0219 commit 16d10b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.12](https://github.com/t4y3/mediancut/compare/v2.1.11...v2.1.12) (2024-02-16)


### Bug Fixes

* remove eslint and prettier ([35b15f0](https://github.com/t4y3/mediancut/commit/35b15f0cc04a97b7d6ce286ecd8d5397297a7d62))
* use biome ([0692d8c](https://github.com/t4y3/mediancut/commit/0692d8c2727d1ff5672f44d774464dbfc1fc028e))

## [2.1.11](https://github.com/t4y3/mediancut/compare/v2.1.10...v2.1.11) (2024-02-11)


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": "mediancut",
"version": "2.1.11",
"version": "2.1.12",
"description": "Image reduction by Mediancut algorithm",
"main": "lib/mediancut.mjs",
"module": "lib/mediancut.mjs",
Expand Down

0 comments on commit 16d10b8

Please sign in to comment.