dargstack_rgen 0.6.36 → 0.6.37

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.
@@ -115,7 +115,7 @@ jobs:
115
115
  args: zip -qq -r ./dargstack_rgen.zip ./src/
116
116
 
117
117
  - name: GitHub Release Asset
118
- uses: softprops/action-gh-release@6034af24fba4e5a8e975aaa6056554efe4c794d0 # renovate: tag=v1
118
+ uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # renovate: tag=v1
119
119
  with:
120
120
  files: dargstack_rgen.zip
121
121
  env:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.6.37](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.36...0.6.37) (2021-11-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([b21c96e](https://github.com/dargmuesli/dargstack_rgen/commit/b21c96ef255302c2a10e706feddb54196a7ce4e3))
7
+
1
8
  ## [0.6.36](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.35...0.6.36) (2021-11-15)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dargstack_rgen",
3
- "version": "0.6.36",
4
- "scheduleVersion": "0.6.36",
3
+ "version": "0.6.37",
4
+ "scheduleVersion": "0.6.37",
5
5
  "description": "Generates a DargStack stack project readme.",
6
6
  "main": "src/generator.js",
7
7
  "repository": "https://github.com/dargmuesli/dargstack_rgen.git",
@@ -18,9 +18,9 @@
18
18
  "yargs": "17.2.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "14.1.0",
22
- "@commitlint/config-conventional": "14.1.0",
23
- "eslint": "8.2.0",
21
+ "@commitlint/cli": "15.0.0",
22
+ "@commitlint/config-conventional": "15.0.0",
23
+ "eslint": "8.3.0",
24
24
  "eslint-config-standard": "16.0.3",
25
25
  "eslint-plugin-import": "2.25.3",
26
26
  "eslint-plugin-node": "11.1.0",