@friggframework/eslint-config 1.0.8-canary.85.9e78d5a.0 → 1.0.9-canary.100.5a81111.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # v1.0.8 (Mon Jan 09 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
6
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
7
+ - Merge remote-tracking branch 'origin/main' into simplify-mongoose-models ([@seanspeaks](https://github.com/seanspeaks))
8
+ - Add READMEs for all packages and api-modules [#20](https://github.com/friggframework/frigg/pull/20) ([@seanspeaks](https://github.com/seanspeaks))
9
+ - Add READMEs for all packages and api-modules ([@seanspeaks](https://github.com/seanspeaks))
10
+
11
+ #### ⚠️ Pushed to `main`
12
+
13
+ - Refactored for more conventional naming (at least for packages) ([@seanspeaks](https://github.com/seanspeaks))
14
+
15
+ #### Authors: 1
16
+
17
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friggframework/eslint-config",
3
- "version": "1.0.8-canary.85.9e78d5a.0",
3
+ "version": "1.0.9-canary.100.5a81111.0",
4
4
  "prettier": "@friggframework/prettier-config",
5
5
  "description": "",
6
6
  "main": "index.js",
@@ -23,5 +23,5 @@
23
23
  },
24
24
  "author": "",
25
25
  "license": "MIT",
26
- "gitHead": "9e78d5ad48849602bf6207df0679e66beab83264"
26
+ "gitHead": "5a811118783cf2de4a895c167752fe207487d48f"
27
27
  }