@quenty/nevermore-cli 1.1.0 → 1.2.0

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
+ # [1.2.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@1.1.0...@quenty/nevermore-cli@1.2.0) (2022-11-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add sublime project generation to game generator ([fc6509d](https://github.com/Quenty/Nevermore/commit/fc6509d3ebcf25dcdddf6637ca55f4aad9c00c7c))
12
+
13
+
14
+
15
+
16
+
6
17
  # 1.1.0 (2022-11-19)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/nevermore-cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/nevermore-cli",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
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": "2114f42ae399a4417a3ebd4d35bf481690ca7923"
54
+ "gitHead": "91d080c93cc2c0fbd873bc4b0f77720b2add7ea8"
55
55
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "folders":
3
+ [
4
+ {
5
+ "path": ".",
6
+ "folder_exclude_patterns": ["node_modules", "dist"],
7
+ },
8
+ ],
9
+ }