Skip to content

Commit

Permalink
minor version bump (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c authored Nov 19, 2022
1 parent 1fe5e57 commit 37f05f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/function-partial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-partial-it

## 3.3.0

### Minor Changes

- Consistent export for index.ts and index.d.ts

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/function-partial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-partial-it",
"version": "3.2.1",
"version": "3.3.0",
"description": "return a partial function",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 37f05f5

Please sign in to comment.