Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and duniul committed May 12, 2024
1 parent 6533545 commit 0a28fc2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-parrots-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-cheetahs-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-deers-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-spoons-develop.md

This file was deleted.

20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# 1.0.0 (2020-09-04)
# Changelog

## 2.0.0

### Features
### Major Changes

* create package ([2781a7c](https://github.com/duniul/pixel-scale/commit/2781a7c7c11a68c97d430f7da2383382eda27f8d))
- Removed default export. Use the `scalePixels` named export instead. _[`1505f1c`](https://github.com/duniul/pixel-scale/commit/1505f1cb90f497eb450d543b496ea1d4d916aeac) [@duniul](https://github.com/duniul)_

### Minor Changes

- Add `multiplyPixelScale` and `dividePixelScale` functions to simplify up- and downscaling. _[`#3`](https://github.com/duniul/pixel-scale/pull/3) [`cf72c58`](https://github.com/duniul/pixel-scale/commit/cf72c581ed91cc419c3fc181b319c3afaec847ad) [@duniul](https://github.com/duniul)_
- Make `options` parameter optional. _[`#3`](https://github.com/duniul/pixel-scale/pull/3) [`af13373`](https://github.com/duniul/pixel-scale/commit/af133739744c1addb701bc4dc48a19037a15c8d8) [@duniul](https://github.com/duniul)_

### Patch Changes

- Fix exports to work with both ESM and CJS. _[`198f03e`](https://github.com/duniul/pixel-scale/commit/198f03e232ca73a808f6243e56c3fc51edcfc7dd) [@duniul](https://github.com/duniul)_

## 1.0.0

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixel-scale",
"version": "1.0.0",
"version": "2.0.0",
"description": "Get the pixel scale of an image, or scale it up or down without quality loss. Useful for pixel art!",
"author": "Daniel Grefberg <hello@danielgrefberg.com>",
"license": "ISC",
Expand Down

0 comments on commit 0a28fc2

Please sign in to comment.