Skip to content

Commit

Permalink
chore: release v0.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Mar 31, 2022
1 parent 09c145c commit 5c5155f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 0.1.0 (2022-03-31)


### Bug Fixes

* **deps:** bump actions/checkout from 2 to 3 ([72222c6](https://github.com/ffmpegwasm/nuxt-app/commit/72222c65ab3e5d2027277569bfa375d062964c67))
* **deps:** bump actions/setup-node from 2.5.1 to 3 ([d5d9a8a](https://github.com/ffmpegwasm/nuxt-app/commit/d5d9a8a7cae582d567ebea6d521426e0d3de7bbc))
* remove `npm run generate` from CI workflow 🧪 ([6edad5e](https://github.com/ffmpegwasm/nuxt-app/commit/6edad5e88d1242f7ba74a0b281336e382ffc7be5))


### Features

* add support for `dependabot` 🤖 ([ee08475](https://github.com/ffmpegwasm/nuxt-app/commit/ee084750897349769d4b265f480c71c6e208a6d7))
* add support for `semantic pull request` bot ([41692f6](https://github.com/ffmpegwasm/nuxt-app/commit/41692f606893c6548ea9125e6121a7f864e729ad))



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ffmpegwasm/nuxt-app",
"description": "Awesome Nuxt 3 app 🥳",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; nuxi dev",
Expand Down

0 comments on commit 5c5155f

Please sign in to comment.