Skip to content

Commit

Permalink
Merge pull request #1 from ryohidaka/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--at-pizza-nico

chore(main): release 0.1.0
  • Loading branch information
ryohidaka authored Apr 18, 2024
2 parents 74d632c + 2b496df commit f48256e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 0.1.0 (2024-04-18)


### Features

* Add workflow to submit. ([d1824d4](https://github.com/ryohidaka/at-pizza-nico/commit/d1824d438106aa18580922bc0142c937c69244a6))
* コメントフォームの要素を取得する処理を追加 ([2ef8a88](https://github.com/ryohidaka/at-pizza-nico/commit/2ef8a885be9653ad1f3af5511229374dd0ea83f8))
* コメントボタンの要素を取得する処理を追加 ([c1cfaf1](https://github.com/ryohidaka/at-pizza-nico/commit/c1cfaf1c5d778230aaaf1c351d7c6b5a3aebde62))
* コメント内にピザコマンドが含まれるかの判定を追加 ([0ed1ca1](https://github.com/ryohidaka/at-pizza-nico/commit/0ed1ca19930d659972ec219a835ad5c338593e53))
* ピザコマンドが含まれる場合は、別タブで注文画面を表示する ([1e774ee](https://github.com/ryohidaka/at-pizza-nico/commit/1e774eedce82f9e92f1a2558e8f6cd48e61e3b00))
* ボタン押下時に発火する処理を追加 ([4e119d6](https://github.com/ryohidaka/at-pizza-nico/commit/4e119d6952601c96737717ab893f1308acd8411f))
* 各種コンソール出力を追加 ([bdf1493](https://github.com/ryohidaka/at-pizza-nico/commit/bdf14930eee1b0ac734ebca1ccc39963e1245acb))
* 権限周りの設定を追加 ([92c6631](https://github.com/ryohidaka/at-pizza-nico/commit/92c6631d98ffd37a255ce9a064e3483b7fe28730))


### Bug Fixes

* 不要な権限を削除 ([c031f07](https://github.com/ryohidaka/at-pizza-nico/commit/c031f07f6ca87410b75e0bf30bb5ccab78fcdeae))


### Miscellaneous Chores

* release 0.1.0 ([74d632c](https://github.com/ryohidaka/at-pizza-nico/commit/74d632c3a48854b14f2dee10497b95746f4b2d6d))
* release 0.1.0 ([b6601e5](https://github.com/ryohidaka/at-pizza-nico/commit/b6601e54047f6ea16f84f32f1c868942e2ac8c10))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "at-pizza-nico",
"description": "ニコニコ動画の「@ピザ」コマンドをオマージュした拡張機能",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down

0 comments on commit f48256e

Please sign in to comment.