Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KrofDrakula committed Jul 13, 2023
1 parent 26f808c commit b638be3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @krofdrakula/drop

## 1.0.3

### Patch Changes

- Correct a minor type misconfiguration for TypeScript

## 1.0.2

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krofdrakula/drop",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -28,6 +28,7 @@
"module": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs",
"default": "./dist.index.js"
Expand Down

0 comments on commit b638be3

Please sign in to comment.