Skip to content

Commit 1df9f63

Browse files
committed
chore(release): 0.2.0
1 parent 060b099 commit 1df9f63

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.2.0] - 2022-07-17
10+
### Added
11+
- Handle multiple miyagi projects (Close #1).
12+
13+
### Changed
14+
- Bump @types/node from 18.0.4 to 18.0.5 (#7) for deps-dev.
15+
- Create codeql-analysis.yml.
16+
- Create dependabot.yml.
17+
18+
## [0.1.1] - 2022-07-14
19+
### Added
20+
- Setup.
21+
22+
## [0.1.0] - 2022-07-14
23+
### Added
24+
- Setup.
25+
26+
[Unreleased]: https://github.com/miyagi-dev/vscode-miyagi/compare/v0.2.0...HEAD
27+
[0.2.0]: https://github.com/miyagi-dev/vscode-miyagi/compare/v0.1.1...v0.2.0
28+
[0.1.1]: https://github.com/miyagi-dev/vscode-miyagi/compare/v0.1.0...v0.1.1
29+
[0.1.0]: https://github.com/miyagi-dev/vscode-miyagi/releases/tag/v0.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "miyagi",
44
"description": "Use miyagi features directly in VS Code.",
55
"publisher": "fynn",
6-
"version": "0.1.1",
6+
"version": "0.2.0",
77
"preview": true,
88
"license": "MIT",
99
"categories": [

0 commit comments

Comments
 (0)