dargstack_rgen 0.6.47 → 0.6.48

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
@@ -1,3 +1,10 @@
1
+ ## [0.6.48](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.47...0.6.48) (2022-03-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([0a5834b](https://github.com/dargmuesli/dargstack_rgen/commit/0a5834b1a575b698c2de2c9b694367e8a42e0d04))
7
+
1
8
  ## [0.6.47](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.46...0.6.47) (2022-03-21)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:17.7.2-alpine@sha256:1ef397a038d809785a1f787de87fbb496d10ee1b0565068289da1c5cac0d1fe4 AS development
1
+ FROM node:17.8.0-alpine@sha256:e4a152d1564f2e89d5fa46d74b9f5a050a601322aa10bc405a32faaf1085c5f0 AS development
2
2
 
3
3
  ENV HUSKY=0
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dargstack_rgen",
3
- "version": "0.6.47",
4
- "scheduleVersion": "0.6.47",
3
+ "version": "0.6.48",
4
+ "scheduleVersion": "0.6.48",
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",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@commitlint/cli": "16.2.3",
22
22
  "@commitlint/config-conventional": "16.2.1",
23
- "eslint": "8.11.0",
23
+ "eslint": "8.12.0",
24
24
  "eslint-config-standard": "16.0.3",
25
25
  "eslint-plugin-import": "2.25.4",
26
26
  "eslint-plugin-node": "11.1.0",