@friggframework/core 0.2.14-canary.229.0b51a4e.0 → 0.2.14
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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# v0.2.14 (Tue Nov 07 2023)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, null[@Jo-lefthook](https://github.com/Jo-lefthook), for all your work!
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Add support for Worker context [#229](https://github.com/friggframework/frigg/pull/229) ([@Jo-lefthook](https://github.com/Jo-lefthook))
|
|
10
|
+
- Add support for Worker context ([@Jo-lefthook](https://github.com/Jo-lefthook))
|
|
11
|
+
|
|
12
|
+
#### Authors: 1
|
|
13
|
+
|
|
14
|
+
- [@Jo-lefthook](https://github.com/Jo-lefthook)
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
# v0.2.12 (Tue Apr 04 2023)
|
|
2
19
|
|
|
3
20
|
:tada: This release contains work from a new contributor! :tada:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/core",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "0.2.14
|
|
4
|
+
"version": "0.2.14",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@friggframework/eslint-config": "^1.0.8",
|
|
7
7
|
"eslint": "^8.22.0",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"node-fetch": "^2.6.7"
|
|
33
33
|
},
|
|
34
34
|
"description": "",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "1798cd2df869210ccb12bc3a07377d130d253f2d"
|
|
36
36
|
}
|