@friggframework/core 0.2.11-canary.90.f3252b8.0 → 0.2.12-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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v0.2.11 (Tue Jan 10 2023)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all your work!
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'main' of github.com:friggframework/frigg into doc-updates ([@joncodo](https://github.com/joncodo))
10
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
11
+
12
+ #### Authors: 2
13
+
14
+ - Jonathan O'Donnell ([@joncodo](https://github.com/joncodo))
15
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
16
+
17
+ ---
18
+
1
19
  # v0.2.10 (Mon Jan 09 2023)
2
20
 
3
21
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "0.2.11-canary.90.f3252b8.0",
4
+ "version": "0.2.12-canary.100.5a81111.0",
5
5
  "devDependencies": {
6
- "@friggframework/eslint-config": "^1.0.8",
6
+ "@friggframework/eslint-config": "1.0.9-canary.100.5a81111.0",
7
7
  "eslint": "^8.22.0",
8
8
  "jest": "^28.1.3",
9
9
  "prettier": "^2.7.1"
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "homepage": "https://github.com/friggframework/frigg#readme",
26
26
  "dependencies": {
27
- "@friggframework/assertions": "1.0.7-canary.90.f3252b8.0",
27
+ "@friggframework/assertions": "1.0.8-canary.100.5a81111.0",
28
28
  "moment": "^2.29.4",
29
29
  "node-fetch": "^2.6.7"
30
30
  },
31
31
  "description": "",
32
- "gitHead": "f3252b85d0f473c07be90d6643f9a6f105cfce08"
32
+ "gitHead": "5a811118783cf2de4a895c167752fe207487d48f"
33
33
  }