Skip to content

Commit 4167ba9

Browse files
committed
chore(release): v2.1.0
1 parent 7ec1ec8 commit 4167ba9

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.1.0
6+
7+
[compare changes](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v2.0.0...v2.1.0)
8+
9+
### 🩹 Fixes
10+
11+
- Treat `.pcss` extension as a CSS extension ([#69](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/69))
12+
- Improve type safety of `ssrContext` and `createRenderer` ([#73](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/73))
13+
14+
### 🏡 Chore
15+
16+
- Migrate to eslint v9 ([#74](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/74))
17+
- Remove explicit dev dependency on `expect-type` ([bc09fa9](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/bc09fa9))
18+
- Add prepack step ([7ec1ec8](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/7ec1ec8))
19+
20+
### 🤖 CI
21+
22+
- Test against node v18 ([f080973](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/f080973))
23+
24+
### ❤️ Contributors
25+
26+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
27+
- Aman Desai ([@amandesai01](http://github.com/amandesai01))
28+
529
## v2.0.0
630

731
[compare changes](https://undefined/undefined/compare/v1.0.3...v2.0.0)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bundle-renderer",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Bundle Renderer for Vue 3.0",
55
"repository": "nuxt-contrib/vue-bundle-renderer",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"@nuxt/eslint-config": "^0.3.10"
4848
},
4949
"packageManager": "[email protected]"
50-
}
50+
}

0 commit comments

Comments
 (0)