From 9ebaffaa8638999396d0b06d26efd51d57fb38a6 Mon Sep 17 00:00:00 2001 From: 0x219 Date: Mon, 12 Dec 2022 07:25:08 +0800 Subject: [PATCH] Release v1.1.0 --- .vscode/settings.json | 4 +++- CHANGELOG.md | 19 +++++++++++++------ package.json | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 240bd62..19ea39f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,12 +10,14 @@ "typescript.tsc.autoDetect": "off", "cSpell.words": [ "backref", + "Codacy", "highlightjs", "hljs", "markdownit", "octicon", "outfile", "packagejson", - "predev" + "predev", + "prereleased" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index d99d898..30be1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b65d8ea..1ef6636 100644 --- a/package.json +++ b/package.json @@ -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"