Skip to content

Commit

Permalink
-> v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 3, 2023
1 parent 2d4b3a7 commit ed2b7be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# code-red changelog

## 1.0.0

- Breaking: remove CJS build, remove `main` and `module` ([#75](https://github.com/Rich-Harris/code-red/pull/75))

## 0.2.7

- Update to `es2022` ([#73](https://github.com/Rich-Harris/code-red/pull/73))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-red",
"description": "code-red",
"version": "0.2.7",
"version": "1.0.0",
"repository": "Rich-Harris/code-red",
"exports": {
"import": "./src/index.js"
Expand Down

0 comments on commit ed2b7be

Please sign in to comment.