Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent dfa7464 commit b04de09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2024-10-23)


### Features

* highlight yaml frontmatter ([fe8c9eb](https://github.com/uncenter/vscode-tera/commit/fe8c9eb6e65af6562f9f181f30f05961c4b11ede))
* initial commit ([26e8ab8](https://github.com/uncenter/vscode-tera/commit/26e8ab8a85aa9bda7d0b7dec12506353c2f75b20))
* lots of fixes ([4e8131e](https://github.com/uncenter/vscode-tera/commit/4e8131e2b022f9d9b39943abce71285d1df34f80))


### Bug Fixes

* language config autoClosingPairs ([666e4f0](https://github.com/uncenter/vscode-tera/commit/666e4f0bc7e1265b70f99250cbd0160c6ad9f902))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "uncenter",
"displayName": "Tera",
"description": "Syntax highlighting for Tera; a powerful, easy-to-use template language inspired by Jinja2 and Django templates.",
"version": "0.0.1",
"version": "1.0.0",
"engines": {
"vscode": "^1.94.0"
},
Expand Down

0 comments on commit b04de09

Please sign in to comment.