Skip to content

Commit b10e1ef

Browse files
committed
chore(release): 0.2.2
1 parent 744b330 commit b10e1ef

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

CHANGELOG.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,37 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [0.2.1](https://github.com/mdx-js/vscode-mdx/compare/v0.2.0...v0.2.1) (2020-08-05)
5+
### [0.2.2](https://github.com/mdx-js/vscode-mdx/compare/v0.2.1...v0.2.2) (2020-08-05)
6+
7+
### Bug Fixes
68

9+
- remove property activationEvents ([744b330](https://github.com/mdx-js/vscode-mdx/commit/744b330660feb9441e2febfcafff091c8d71ae1e))
10+
11+
### [0.2.1](https://github.com/mdx-js/vscode-mdx/compare/v0.2.0...v0.2.1) (2020-08-05)
712

813
### Bug Fixes
914

10-
* it seems git+https can not be recognized ([f723438](https://github.com/mdx-js/vscode-mdx/commit/f723438cb2f1132d1872157ebe1186214a755b97))
15+
- it seems git+https can not be recognized ([f723438](https://github.com/mdx-js/vscode-mdx/commit/f723438cb2f1132d1872157ebe1186214a755b97))
1116

1217
## [0.2.0](https://github.com/mdx-js/vscode-mdx/compare/v0.1.4...v0.2.0) (2020-08-05)
1318

14-
1519
### Features
1620

17-
* remove unused lsp codes - close [#140](https://github.com/mdx-js/vscode-mdx/issues/140) ([c1383e1](https://github.com/mdx-js/vscode-mdx/commit/c1383e192a80752e10463f4cc792ba9b305bf842))
18-
21+
- remove unused lsp codes - close [#140](https://github.com/mdx-js/vscode-mdx/issues/140) ([c1383e1](https://github.com/mdx-js/vscode-mdx/commit/c1383e192a80752e10463f4cc792ba9b305bf842))
1922

2023
### Bug Fixes
2124

22-
* marketplace "repository" link is broken ([#139](https://github.com/mdx-js/vscode-mdx/issues/139)) ([804e0f7](https://github.com/mdx-js/vscode-mdx/commit/804e0f77438eede4685e01f861056c0a082532e4))
25+
- marketplace "repository" link is broken ([#139](https://github.com/mdx-js/vscode-mdx/issues/139)) ([804e0f7](https://github.com/mdx-js/vscode-mdx/commit/804e0f77438eede4685e01f861056c0a082532e4))
2326

2427
### [0.1.4](https://github.com/rx-ts/vscode-mdx/compare/v0.1.3...v0.1.4) (2020-04-09)
2528

26-
2729
### Bug Fixes
2830

29-
* remove deprecated eslint config options - close [#126](https://github.com/rx-ts/vscode-mdx/issues/126) ([06b2818](https://github.com/rx-ts/vscode-mdx/commit/06b281854214353bec3159120b752ae0e37aecba))
31+
- remove deprecated eslint config options - close [#126](https://github.com/rx-ts/vscode-mdx/issues/126) ([06b2818](https://github.com/rx-ts/vscode-mdx/commit/06b281854214353bec3159120b752ae0e37aecba))
3032

3133
### 0.1.3 (2019-11-18)
3234

33-
3435
### Features
3536

36-
* first blood, init from vscode examples ([6c9420f](https://github.com/rx-ts/vscode-mdx/commit/6c9420f88f97745c07f34b736b51f27594e3c289))
37-
* improve basic grammar support ([f998d2a](https://github.com/rx-ts/vscode-mdx/commit/f998d2ad7d5d1d70aeb4ac440656cab0e55bb3ae))
37+
- first blood, init from vscode examples ([6c9420f](https://github.com/rx-ts/vscode-mdx/commit/6c9420f88f97745c07f34b736b51f27594e3c289))
38+
- improve basic grammar support ([f998d2a](https://github.com/rx-ts/vscode-mdx/commit/f998d2ad7d5d1d70aeb4ac440656cab0e55bb3ae))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-mdx",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"displayName": "VSCode MDX",
55
"description": "Visual Studio Code extension for MDX",
66
"categories": [

0 commit comments

Comments
 (0)