Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0x219 committed Dec 11, 2022
1 parent 5875e4c commit 097aa60
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to the "vscode-markdown-github" extension will be documented

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

> Changelog Tags:
>
> - ✨ Feature
> - 💎 Improve
> - 🧱 Refactor
> - 🐛 Bugfix
> - 💥 Breaking
> - 🚧 Maintenance
> - 📦 Dependencies
> - 🚀 Performance
> - 📝 Documentation
## [v1.0.0] (2022-12-12)

### ✨ Feature

- Added full github markdown preview style. 🎉

## [Unreleased]

- Initial release
### ✨ Feature

TODO

[unreleased]: https://github.com/lzm0x219/vscode-markdown-github/compare/v1.0.0...HEAD
[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-beta.1",
"version": "1.0.0",
"description": "A GitHub-style VSCode built-in markdown preview plugin.",
"categories": [
"Other"
Expand Down

0 comments on commit 097aa60

Please sign in to comment.