Skip to content

Commit b61aa06

Browse files
committed
chore(release): v2.1.2
1 parent d45ace5 commit b61aa06

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.2
6+
7+
[compare changes](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v2.1.1...v2.1.2)
8+
9+
### 🩹 Fixes
10+
11+
- **deps:** Support vite v7 manifest type ([#239](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/239))
12+
13+
### 📖 Documentation
14+
15+
- Update link to downloads count badge ([2761abc](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/2761abc))
16+
17+
### 🏡 Chore
18+
19+
- Fix link ([ec7538c](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/ec7538c))
20+
- Update actions status badge link ([1375a04](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/1375a04))
21+
- Update workflow link also ([6bfb400](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/6bfb400))
22+
- Move `useFlatConfig` out of `experimental` ([c81fd40](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/c81fd40))
23+
24+
### 🤖 CI
25+
26+
- Run test suite on windows ([#90](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/90))
27+
- Force latest corepack ([00d97d8](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/00d97d8))
28+
- Remove forced corepack installation ([c94e6ae](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/c94e6ae))
29+
- Run tests on node 20 ([4e725e3](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/4e725e3))
30+
31+
### ❤️ Contributors
32+
33+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
34+
535
## v2.1.1
636

737
[compare changes](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v2.1.0...v2.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bundle-renderer",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Bundle Renderer for Vue 3.0",
55
"repository": "nuxt-contrib/vue-bundle-renderer",
66
"license": "MIT",

0 commit comments

Comments
 (0)