Skip to content

Commit

Permalink
Merge pull request #34 from yutotnh/release-v0-0-2
Browse files Browse the repository at this point in the history
Release v0.0.2
  • Loading branch information
yutotnh authored May 28, 2023
2 parents 514e598 + f4f11b6 commit c5eddf9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,44 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.0.2]

### Exciting New Features 🎉

- Create dependency-review.yml by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/2
- Create codeql.yml by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/1
- update: 自動デプロイを行う #3 by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/4
- Create dependabot.yml by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/5
- update: Prettier による整形と ESLint による Lint を利用する by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/19
- update: EUC-JP のファイル内の全角チルダを波ダッシュに変換する処理をテストした by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/22
- update: Dev Container に対応した #12 by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/25
- update: リリースノートに自動で vsix を添付する by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/33

### Other Changes

- fix: 全角チルダのバイトコードを修正した #16 by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/17
- build(deps-dev): bump webpack-cli from 5.1.0 to 5.1.1 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/10
- build(deps-dev): bump webpack from 5.82.0 to 5.84.0 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/23
- fix: まだ CI でタイムアウトしたので、タイムアウトまでの時間を 20s に増やした #18 by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/24
- build(deps): bump actions/dependency-review-action from 2 to 3 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/6
- build(deps-dev): bump @vscode/test-electron from 2.3.0 to 2.3.2 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/9
- build(deps-dev): bump @types/node from 16.18.26 to 20.2.3 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/11
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.7 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/14
- build(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.59.7 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/15
- build(deps-dev): bump @types/node from 20.2.3 to 20.2.4 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/26
- build(deps-dev): bump webpack from 5.84.0 to 5.84.1 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/28
- build(deps-dev): bump ts-loader from 9.4.2 to 9.4.3 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/29
- build(deps-dev): bump @types/vscode from 1.78.0 to 1.78.1 by @dependabot in https://github.com/yutotnh/wave-dash-unify/pull/30
- update: GitHub Actions の各ワークフローの名前を変更した by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/31
- update: README by @yutotnh in https://github.com/yutotnh/wave-dash-unify/pull/32

## New Contributors

- @yutotnh made their first contribution in https://github.com/yutotnh/wave-dash-unify/pull/2
- @dependabot made their first contribution in https://github.com/yutotnh/wave-dash-unify/pull/10

**Full Changelog**: https://github.com/yutotnh/wave-dash-unify/compare/v0.0.1...v0.0.2

## [0.0.1]

- Initial release
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@ sequenceDiagram

## Release Notes

Users appreciate release notes as you update your extension.

### 0.0.1

Initial release
See changelog
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": "wave-dash-unify",
"displayName": "Wave Dash Unify",
"description": "Automatically converts both FULLWIDTH TILDE and WAVE DASH characters to the WAVE DASH character",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "yutotnh",
"engines": {
"vscode": "^1.78.0"
Expand Down

0 comments on commit c5eddf9

Please sign in to comment.