Skip to content

Commit

Permalink
Prepare release 1.2.2 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlosser authored May 6, 2021
1 parent 37f735e commit 54aaa13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.2.2]

### Fix

- Fix tags in generic order not expanded (#204) (#217)
Thanks to @HO-COOH

## [1.2.1]

### Fix
Expand Down
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": "doxdocgen",
"displayName": "Doxygen Documentation Generator",
"description": "Let me generate Doxygen documentation from your source code for you.",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "cschlosser",
"engines": {
"vscode": "^1.55.0"
Expand Down
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import CodeParserController from "./CodeParserController";
import DoxygenCompletionItemProvider from "./DoxygenCompletionItemProvider";

enum Version {
CURRENT = "1.2.1",
PREVIOUS = "1.2.0",
CURRENT = "1.2.2",
PREVIOUS = "1.2.1",
KEY = "doxdocgen_version",
}

Expand Down

0 comments on commit 54aaa13

Please sign in to comment.