Skip to content

Commit

Permalink
chore(release): publish @snickbit/cycle@1.0.26 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.26](https://github.com/remedyred/snickbit.js/compare/@snickbit/cycle@1.0.25...@snickbit/cycle@1.0.26) (2023-08-04)

### Features

* **utilities:** add objectDiff helper ([7d4098f](7d4098f))

### Bug Fixes

* **deps:** add @types/jest ([bffe111](bffe111))
* **deps:** update @snickbit/* dependencies ([7fee82a](7fee82a))
  • Loading branch information
semantic-release-bot committed Aug 4, 2023
1 parent c379d30 commit bd57afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snickbit/cycle",
"version": "1.0.25",
"version": "1.0.26",
"description": "Helper function and class to cycle through an array of values",
"license": "MIT",
"exports": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@snickbit/utilities": "3.11.4"
"@snickbit/utilities": "3.12.0"
},
"devDependencies": {
"@types/jest": "29.5.3",
Expand Down

0 comments on commit bd57afc

Please sign in to comment.