@digitaldefiance/express-suite-starter 2.1.53 → 2.1.54

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -337,6 +337,12 @@ MIT © Digital Defiance
337
337
 
338
338
  ## ChangeLog
339
339
 
340
+ ### Version 2.1.54
341
+
342
+ - Fix @@ in app.tsx
343
+
344
+ ### Version 2.1.53
345
+
340
346
  - Missing file bugfix
341
347
 
342
348
  ### Version 2.1.52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-starter",
3
- "version": "2.1.53",
3
+ "version": "2.1.54",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-express-suite": "./dist/src/cli.js"