Skip to content

Commit 5c5155f

Browse files
chore: release v0.1.0 (#4)
1 parent 09c145c commit 5c5155f

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 0.1.0 (2022-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump actions/checkout from 2 to 3 ([72222c6](https://github.com/ffmpegwasm/nuxt-app/commit/72222c65ab3e5d2027277569bfa375d062964c67))
7+
* **deps:** bump actions/setup-node from 2.5.1 to 3 ([d5d9a8a](https://github.com/ffmpegwasm/nuxt-app/commit/d5d9a8a7cae582d567ebea6d521426e0d3de7bbc))
8+
* remove `npm run generate` from CI workflow 🧪 ([6edad5e](https://github.com/ffmpegwasm/nuxt-app/commit/6edad5e88d1242f7ba74a0b281336e382ffc7be5))
9+
10+
11+
### Features
12+
13+
* add support for `dependabot` 🤖 ([ee08475](https://github.com/ffmpegwasm/nuxt-app/commit/ee084750897349769d4b265f480c71c6e208a6d7))
14+
* add support for `semantic pull request` bot ([41692f6](https://github.com/ffmpegwasm/nuxt-app/commit/41692f606893c6548ea9125e6121a7f864e729ad))
15+
16+
17+

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ffmpegwasm/nuxt-app",
33
"description": "Awesome Nuxt 3 app 🥳",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"private": true,
66
"scripts": {
77
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; nuxi dev",

0 commit comments

Comments
 (0)