Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit d29a18f

Browse files
committed
v1.1.0
1 parent caf7fb3 commit d29a18f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem.
3030
**Environment**
3131

3232
- Nova version: <!-- [e.g. 1.0 (200961)] get this from Nova > About Nova -->
33-
- Extension version: <!-- [e.g. 1.0.3] get this from the Nova Extension Library -->
33+
- Extension version: <!-- [e.g. 1.1.0] get this from the Nova Extension Library -->
3434
- macOS version: <!-- [e.g. 10.15.5 (19F101)] get this from  > About This Mac -->
3535
- NodeJS information:
3636
- node version: <!-- [e.g. v14.4.0] get this by running `node --version` in your terminal -->

json.novaextension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## future
3+
## 1.1.0
44

55
### Added
66

json.novaextension/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "JSON",
44
"organization": "Cameron Little",
55
"description": "Advanced JSON support for Nova",
6-
"version": "1.0.3",
6+
"version": "1.1.0",
77
"categories": ["completions", "languages", "issues", "sidebars"],
88
"license": "MIT",
99
"repository": "https://github.com/apexskier/nova-json-language-server",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nova-json-language-server",
3-
"version": "1.0.3",
3+
"version": "0.0.0",
44
"description": "JSON language support for Nova.",
55
"main": "",
66
"private": true,

0 commit comments

Comments
 (0)