Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-07-26)

### Bug Fixes

* Code formatting issues ([#8](#8)) ([5d05fc0](5d05fc0))

### Features

* Automatic complex shared values collections management ([#9](#9)) ([6570a45](6570a45))
  • Loading branch information
semantic-release-bot committed Jul 26, 2024
1 parent 6570a45 commit 4027beb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/reanimated-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/MatiPl01/reanimated-utils/compare/v1.0.0...v1.1.0) (2024-07-26)


### Bug Fixes

* Code formatting issues ([#8](https://github.com/MatiPl01/reanimated-utils/issues/8)) ([5d05fc0](https://github.com/MatiPl01/reanimated-utils/commit/5d05fc0dbb7d7d4a6ea6940e74ec11078c45300b))


### Features

* Automatic complex shared values collections management ([#9](https://github.com/MatiPl01/reanimated-utils/issues/9)) ([6570a45](https://github.com/MatiPl01/reanimated-utils/commit/6570a45b26e360acf06c86803eef5ee9a8203a64))

# 1.0.0 (2024-07-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/reanimated-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reanimated-utils",
"version": "1.0.0",
"version": "1.1.0",
"dependencies": {
"lodash-es": "^4.17.21"
},
Expand Down Expand Up @@ -65,4 +65,4 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"types": "dist/typescript/index.d.ts"
}
}

0 comments on commit 4027beb

Please sign in to comment.