Skip to content

Commit b2d7639

Browse files
chore(main): release 1.0.1 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66d0918 commit b2d7639

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.0"}
1+
{".":"1.0.1"}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/uncenter/vscode-tera/compare/v1.0.0...v1.0.1) (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* change name since it has to be unique ([efe69d4](https://github.com/uncenter/vscode-tera/commit/efe69d44176d66375e72a6b9072c5d619b5a4c7b))
9+
* update displayName (must be unique) and name again ([66d0918](https://github.com/uncenter/vscode-tera/commit/66d0918597d95b49d2fde79757b73fbd220e28e4))
10+
311
## 1.0.0 (2024-10-23)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "uncenter",
44
"displayName": "Better Tera",
55
"description": "Syntax highlighting for Tera; a powerful, easy-to-use template language inspired by Jinja2 and Django templates.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"engines": {
88
"vscode": "^1.94.0"
99
},

0 commit comments

Comments
 (0)