Skip to content

Commit

Permalink
chore(release): 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Nov 15, 2024
1 parent b82c4c2 commit e236841
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [2.0.7](https://git.macopedia.pl:59184/t3headless/nuxt-typo3/compare/v2.0.6...v2.0.7) (2024-11-15)


### Bug Fixes

* add props definition to T3CeTextMedia Content Element ([74c84e1](https://git.macopedia.pl:59184/t3headless/nuxt-typo3/commit/74c84e1c4fbda622afc93bc0d380a2ae9f237c79))
* checking headers in test ([b82c4c2](https://git.macopedia.pl:59184/t3headless/nuxt-typo3/commit/b82c4c2698f0ec830d86f7cd1463d14baa416cb4))

### [2.0.6](https://git.macopedia.pl:59184/t3headless/nuxt-typo3/compare/v2.0.5...v2.0.6) (2024-06-19)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3headless/nuxt-typo3",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -22,8 +22,8 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"test": "vitest run",
"lint": "eslint --ext .ts,.js,.vue .",
"prerelease": "yarn test && npx standard-version --prerelease alpha && git push --follow-tags && npm publish --tag alpha",
"release": "yarn test && npx standard-version && git push --follow-tags && npm publish",
"prerelease": "pnpm test && npx standard-version --prerelease alpha && git push --follow-tags && npm publish --tag alpha",
"release": "pnpm test && npx standard-version && git push --follow-tags && npm publish",
"commitlint": "commitlint --verbose",
"prepare": "husky install"
},
Expand Down Expand Up @@ -53,6 +53,6 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"pnpm": "1.22.19"
}
}

0 comments on commit e236841

Please sign in to comment.