Skip to content

Commit

Permalink
Release version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gungun974 committed May 22, 2024
1 parent fb5579f commit 6bc36d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bun-image-transform

## 1.1.3

### Patch Changes

- Fix nix node modules dependencies fetch with bun yarn.lock

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
inherit system;
};

version = "1.1.2";
version = "1.1.3";

node_modules = pkgs.mkYarnModules {
pname = "bun-image-transform-node_modules";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bun-image-transform",
"version": "1.1.2",
"version": "1.1.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6bc36d4

Please sign in to comment.