Skip to content

Commit

Permalink
bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djfhe committed Nov 7, 2023
1 parent 8932c2f commit e4dcd37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to **dot-diver** will be documented here. Inspired by [keep

## Unreleased

## [1.0.3](https://github.com/clickbar/dot-diver/tree/1.0.4) (2023-11-07)

- Fixed wrong type transformation via vite-dts-plugin (see #15)
- Fixed wrong cjs export filename
- Fixed order of types export to be the first export
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": "@clickbar/dot-diver",
"version": "1.0.3",
"version": "1.0.4",
"description": "Types and utilities to access object properties by dot notation.",
"packageManager": "[email protected]",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e4dcd37

Please sign in to comment.