Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 11, 2023
1 parent 2efc193 commit 1edd94e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.1.1

[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.0...v0.1.1)

### 🩹 Fixes

- Allow dashes in entrypoint names ([2e51e73](https://github.com/aklinker1/wxt/commit/2e51e73))
- Unable to read entrypoint options ([#28](https://github.com/aklinker1/wxt/pull/28))

### 🏡 Chore

- Update changelog after release ([28733df](https://github.com/aklinker1/wxt/commit/28733df))

### ❤️ Contributors

- Aaron
- Aaron Klinker

## v0.1.0

Initial release of WXT. Full support for production builds and initial toolkit for development:
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": "wxt",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1edd94e

Please sign in to comment.