Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Dec 8, 2023
1 parent 120d79f commit a659dd2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [1.0.0](https://github.com/CyanSalt/vite-plugin-legacy-swc/compare/v0.5.1...v1.0.0) (2023-12-08)


### Features

* build file name optimization ([8e96295](https://github.com/CyanSalt/vite-plugin-legacy-swc/commit/8e96295c8a7fc4f96d6979790765012f7850f7d9))


### Bug Fixes

* perserve async generator function invocation ([fb61e33](https://github.com/CyanSalt/vite-plugin-legacy-swc/commit/fb61e337971c7dac2ee963cff7fb7aeaabbf3759))

## [0.5.1](https://github.com/CyanSalt/vite-plugin-legacy-swc/compare/v0.5.0...v0.5.1) (2023-10-18)


Expand Down Expand Up @@ -101,4 +113,4 @@

### Features

* init ([a4e3cda](https://github.com/CyanSalt/vite-plugin-legacy-swc/commit/a4e3cdace03d082f006c589ad758018aa05d29d1))
* init ([a4e3cda](https://github.com/CyanSalt/vite-plugin-legacy-swc/commit/a4e3cdace03d082f006c589ad758018aa05d29d1))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-legacy-swc",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "Provides legacy browsers support for the production build with SWC",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit a659dd2

Please sign in to comment.