@quenty/nevermore-cli 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.3.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.3.0...@quenty/nevermore-cli@4.3.1) (2024-08-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Update .editorconfig keys from game template ([#488](https://github.com/Quenty/Nevermore/issues/488)) ([f8bf623](https://github.com/Quenty/Nevermore/commit/f8bf6230e2ba143400da35bd903c2ca8c37cf46f))
12
+
13
+
14
+
15
+
16
+
6
17
  # [4.3.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.2.0...@quenty/nevermore-cli@4.3.0) (2024-08-24)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/nevermore-cli",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "CLI interface for Nevermore",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">=16"
53
53
  },
54
- "gitHead": "2653d8d40595195f46c431a83bf490414295d5c3"
54
+ "gitHead": "33cc62cb72ed38e99754b407120838fd4cdc24f8"
55
55
  }
@@ -10,5 +10,5 @@ insert_final_newline = false
10
10
  indent_style = tab
11
11
 
12
12
  [*.{json,yml}]
13
- indent_style = spaces
14
- indent_width = 2
13
+ indent_style = space
14
+ indent_size = 2