Skip to content

Commit

Permalink
-> v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed Jun 13, 2023
1 parent 35dc670 commit 455024f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# code-red changelog

## 1.0.2

- Use `dts-buddy` to generate type declarations ([#78](https://github.com/Rich-Harris/code-red/pull/78))

## 1.0.1

- Remove `dist` directory from package ([#77](https://github.com/Rich-Harris/code-red/pull/77))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "code-red",
"description": "code-red",
"version": "1.0.1",
"version": "1.0.2",
"repository": "Rich-Harris/code-red",
"exports": {
"import": "./src/index.js"
Expand Down

0 comments on commit 455024f

Please sign in to comment.