Skip to content

Commit 0094adc

Browse files
committed
chore(release): v2.1.1
1 parent 1ccc0f9 commit 0094adc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v2.1.0...v2.1.1)
8+
9+
### 🩹 Fixes
10+
11+
- Add `crossorigin` attribute for stylesheets ([#77](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/77))
12+
13+
### 🏡 Chore
14+
15+
- Add CODEOWNERS ([cad3b5b](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/cad3b5b))
16+
- Use npm publish ([1ccc0f9](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/1ccc0f9))
17+
18+
### ❤️ Contributors
19+
20+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
21+
522
## v2.1.0
623

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

Diff for: package.json

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

0 commit comments

Comments
 (0)