Skip to content

Commit af09f8b

Browse files
committed
chore: add changelog
1 parent fb5e9f0 commit af09f8b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## <small>0.0.1 (2022-12-01)</small>
2+
3+
* feat(nuxt): support admin-sdk appcheck ([70e69fe](https://github.com/vuejs/vuefire/commit/70e69fe))
4+
* refactor(nuxt): better options and wip app check ([8d2aa52](https://github.com/vuejs/vuefire/commit/8d2aa52))
5+
* refactor(nuxt): wip ([54d374a](https://github.com/vuejs/vuefire/commit/54d374a))
6+
* refactor(nuxt): work locally with workaround vite ([fc340cf](https://github.com/vuejs/vuefire/commit/fc340cf))

packages/nuxt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"scripts": {
2626
"prepack": "nuxt-module-build",
2727
"build": "pnpm run prepack",
28+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
2829
"dev": "nuxi dev playground",
2930
"dev:build": "nuxi build playground",
3031
"postinstall": "nuxt-module-build --stub"

0 commit comments

Comments
 (0)