Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0x219 committed Dec 11, 2022
1 parent 9d088f5 commit 9ebaffa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"typescript.tsc.autoDetect": "off",
"cSpell.words": [
"backref",
"Codacy",
"highlightjs",
"hljs",
"markdownit",
"octicon",
"outfile",
"packagejson",
"predev"
"predev",
"prereleased"
]
}
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
> - πŸš€ Performance
> - πŸ“ Documentation
## [v1.0.0] (2022-12-12)
## [v1.1.0] (2022-12-12)

### ✨ Feature
### πŸ’Ž Improve

- Added full github markdown preview style. πŸŽ‰
- Optimized the number of build files.

### 🚧 Maintenance

## [Unreleased]
- Added github's dependency-review CI
- Added github's codacy security scan CI
- Added github's codeQL CI
- Added github's publish CI

## [v1.0.0] (2022-12-12)

### ✨ Feature

TODO
- Added full github markdown preview style. πŸŽ‰

[unreleased]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.0.0...HEAD
[v1.1.0]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/lzm0x219/vscode-markdown-github/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-markdown-github",
"displayName": "Github Markdown",
"version": "1.0.0",
"version": "1.1.0",
"description": "A GitHub-style VSCode built-in markdown preview plugin.",
"categories": [
"Other"
Expand Down

0 comments on commit 9ebaffa

Please sign in to comment.