Skip to content

Commit

Permalink
Merge pull request #18 from clickbar/release-1.0.4
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
djfhe authored Nov 7, 2023
2 parents 8932c2f + f389942 commit a7117b2
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.4](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": "pnpm@8.8.0",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a7117b2

Please sign in to comment.