Skip to content

Commit

Permalink
chore(release): v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Joepocalyptic committed Mar 22, 2024
1 parent 82147d7 commit becfc98
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.1.6

[compare changes](https://github.com/Joepocalyptic/nuxt-builderio/compare/v0.1.5...v0.1.6)

### 🚀 Enhancements

- Add `injectCss` option ([42d35d6](https://github.com/Joepocalyptic/nuxt-builderio/commit/42d35d6))

### 🩹 Fixes

- Allow multiple usages of BuilderContent component ([59dc9b7](https://github.com/Joepocalyptic/nuxt-builderio/commit/59dc9b7))
- Allow multiple usages of BuilderContent component ([#10](https://github.com/Joepocalyptic/nuxt-builderio/pull/10))

### 📖 Documentation

- Update README.md ([17e63f2](https://github.com/Joepocalyptic/nuxt-builderio/commit/17e63f2))
- Document `injectCss` option ([82147d7](https://github.com/Joepocalyptic/nuxt-builderio/commit/82147d7))

### 🏡 Chore

- Update dependencies ([d13cb2d](https://github.com/Joepocalyptic/nuxt-builderio/commit/d13cb2d))

### ❤️ Contributors

- Joey Pereira ([@Joepocalyptic](http://github.com/Joepocalyptic))
- Kai Neuwerth <kai@neuwerth.me>

## v0.1.5

[compare changes](https://undefined/undefined/compare/v0.1.4...v0.1.5)
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": "nuxt-builderio",
"version": "0.1.5",
"version": "0.1.6",
"description": "An unofficial Nuxt module for Builder.io, a visual headless CMS.",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -64,4 +64,4 @@
"@types/node": "^18.17.3",
"vitest": "^1.4.0"
}
}
}

0 comments on commit becfc98

Please sign in to comment.