Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KusStar committed Jul 4, 2023
1 parent 849838a commit 0cb4c74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


## <small>2.0.2 (2023-07-04)</small>

* chores: bump devDeps ([ad151bc](https://github.com/KusStar/vite-plugin-glslify/commit/ad151bc))
* chores: bump example deps ([849838a](https://github.com/KusStar/vite-plugin-glslify/commit/849838a))
* Fix/changelog (#7) ([be4d8cb](https://github.com/KusStar/vite-plugin-glslify/commit/be4d8cb)), closes [#7](https://github.com/KusStar/vite-plugin-glslify/issues/7)
* fixed semvar, run lint, updated version to beta.2 ([d989481](https://github.com/KusStar/vite-plugin-glslify/commit/d989481))

## <small>2.0.2-beta.1 (2021-12-01)</small>

* chore: update release-it ([ca7870c](https://github.com/KusStar/vite-plugin-glslify/commit/ca7870c))
Expand Down Expand Up @@ -99,5 +108,4 @@
* :tada: initial ([ab84282](https://github.com/KusStar/vite-plugin-glslify/commit/ab84282))
* Release 1.0.1 ([7095013](https://github.com/KusStar/vite-plugin-glslify/commit/7095013))
* :rotating_light: lint: only for src ([b797d5e](https://github.com/KusStar/vite-plugin-glslify/commit/b797d5e))
* :memo: doc: README.md ([c07ce05](https://github.com/KusStar/vite-plugin-glslify/commit/c07ce05))

* :memo: doc: README.md ([c07ce05](https://github.com/KusStar/vite-plugin-glslify/commit/c07ce05))
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-glslify",
"version": "2.0.2-beta.2",
"version": "2.0.2",
"description": "Literals collector for Vite",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 0cb4c74

Please sign in to comment.