Skip to content

Commit

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

## v0.1.3

[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.2...v0.1.3)

### 🚀 Enhancements

- Add tsconfig path aliases ([#32](https://github.com/aklinker1/wxt/pull/32))

### 🩹 Fixes

- Merge `manifest` option from both inline and user config ([05ca998](https://github.com/aklinker1/wxt/commit/05ca998))
- Cleanup build summary with sourcemaps ([ac0b28e](https://github.com/aklinker1/wxt/commit/ac0b28e))

### 📖 Documentation

- Create documentation site ([#31](https://github.com/aklinker1/wxt/pull/31))

### 🏡 Chore

- Upgrade to pnpm 8 ([0ce7c9d](https://github.com/aklinker1/wxt/commit/0ce7c9d))

### ❤️ Contributors

- Aaron
- Aaron Klinker

## v0.1.2

[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.1...v0.1.2)
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.2",
"version": "0.1.3",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",
Expand Down

0 comments on commit 10fba3d

Please sign in to comment.