Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 9, 2024
1 parent 7ec1ec8 commit 4167ba9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.0

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

### 🩹 Fixes

- Treat `.pcss` extension as a CSS extension ([#69](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/69))
- Improve type safety of `ssrContext` and `createRenderer` ([#73](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/73))

### 🏡 Chore

- Migrate to eslint v9 ([#74](https://github.com/nuxt-contrib/vue-bundle-renderer/pull/74))
- Remove explicit dev dependency on `expect-type` ([bc09fa9](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/bc09fa9))
- Add prepack step ([7ec1ec8](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/7ec1ec8))

### 🤖 CI

- Test against node v18 ([f080973](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/f080973))

### ❤️ Contributors

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

## v2.0.0

[compare changes](https://undefined/undefined/compare/v1.0.3...v2.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-bundle-renderer",
"version": "2.0.0",
"version": "2.1.0",
"description": "Bundle Renderer for Vue 3.0",
"repository": "nuxt-contrib/vue-bundle-renderer",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"@nuxt/eslint-config": "^0.3.10"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 4167ba9

Please sign in to comment.