Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfjeldberg committed Jan 15, 2024
1 parent b3baae2 commit 043eab3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## v0.1.2

[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.1.1...v0.1.2)

### 🚀 Enhancements

- Types ([a74b7b2](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/a74b7b2))

### 🩹 Fixes

- Prettier formatting ([c026b2a](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/c026b2a))
- Add new files ([caead90](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/caead90))
- Improve github actions ([7c35a03](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/7c35a03))
- Rep ([b3baae2](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/b3baae2))

### 💅 Refactors

- Move to pnpm + add new scripts ([8272a69](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/8272a69))
- Eslint ignore to config file ([2541231](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/2541231))

### 📖 Documentation

- Fix ([40ba470](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/40ba470))
- Added CI badge ([8014c61](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/8014c61))
- Improve formating ([dfa31a7](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/dfa31a7))

### ✅ Tests

- Testing for custom modifiers and components ([65a42ff](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/65a42ff))

### ❤️ Contributors

- Niklas Fjeldberg <github@fjeldberg.me>
- Reslear <reslear@gmail.com>

## v0.1.1

[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.1.0...v0.1.1)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-strapi-blocks-renderer",
"private": false,
"version": "0.1.1",
"version": "0.1.2",
"description": "A Vue renderer for the Strapi's Blocks rich text editor. Compatible with Nuxt.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,8 +39,8 @@
"test:coverage": "vitest run --coverage",
"test:types": "vue-tsc --noEmit",
"release:pre": "pnpm build && pnpm lint && pnpm test:types && pnpm test",
"release": "pnpm release:pre && npm publish && git push --follow-tags",
"releaseBeta": "pnpm release:pre && npm publish --tag beta && git push --follow-tags"
"release": "pnpm release:pre && changelogen --release && npm publish && git push --follow-tags",
"releaseBeta": "pnpm release:pre && changelogen --release && npm publish --tag beta && git push --follow-tags"
},
"peerDependencies": {
"typescript": "latest",
Expand Down Expand Up @@ -75,4 +75,4 @@
"nuxt",
"vue"
]
}
}

0 comments on commit 043eab3

Please sign in to comment.