Skip to content

Commit

Permalink
chore(release): v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 24, 2024
1 parent 1ccc0f9 commit 0094adc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## v2.1.1

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

### 🩹 Fixes

- Add `crossorigin` attribute for stylesheets ([#77](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/77))

### 🏡 Chore

- Add CODEOWNERS ([cad3b5b](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/cad3b5b))
- Use npm publish ([1ccc0f9](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/1ccc0f9))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v2.1.0

[compare changes](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v2.0.0...v2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-bundle-renderer",
"version": "2.1.0",
"version": "2.1.1",
"description": "Bundle Renderer for Vue 3.0",
"repository": "nuxt-contrib/vue-bundle-renderer",
"license": "MIT",
Expand Down

0 comments on commit 0094adc

Please sign in to comment.