Skip to content

Commit

Permalink
chore(release): v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jul 24, 2024
1 parent 2f0c1d3 commit 59dafbb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog


## v0.0.7

[compare changes](https://github.com/dumbjs/pick/compare/v0.0.6...v0.0.7)

### 🩹 Fixes

- Add handling for complicated cases ([971ebde](https://github.com/dumbjs/pick/commit/971ebde))
- Comparisions with 0 ([2f0c1d3](https://github.com/dumbjs/pick/commit/2f0c1d3))

### ✅ Tests

- Re-enable all ([31c423c](https://github.com/dumbjs/pick/commit/31c423c))

### ❤️ Contributors

- Reaper Gelera ([@barelyhuman](http://github.com/barelyhuman))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumbjs/pick",
"version": "0.0.6",
"version": "0.0.7",
"description": "Straightforward object picker and walkers",
"repository": "[email protected]:dumbjs/pick.git",
"license": "MIT",
Expand Down Expand Up @@ -71,4 +71,4 @@
],
"*.{js,css,md,json}": "prettier --write"
}
}
}

0 comments on commit 59dafbb

Please sign in to comment.