@friggframework/core 1.1.3--canary.5fc6ed2.0 → 1.1.3

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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/bump.txt +1 -0
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v1.1.3 (Tue Apr 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - test release [#296](https://github.com/friggframework/frigg/pull/296) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
6
+ - add a commit to fix canary and workaround auto bug ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
7
+ - bump to test release ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
8
+
9
+ #### Authors: 1
10
+
11
+ - [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
12
+
13
+ ---
14
+
1
15
  # v2.0.0 (Sat Mar 30 2024)
2
16
 
3
17
  #### 🚀 Enhancement
package/bump.txt ADDED
@@ -0,0 +1 @@
1
+ 2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.1.3--canary.5fc6ed2.0",
4
+ "version": "1.1.3",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -15,9 +15,9 @@
15
15
  "node-fetch": "^2.6.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/eslint-config": "1.1.3--canary.5fc6ed2.0",
19
- "@friggframework/prettier-config": "1.1.3--canary.5fc6ed2.0",
20
- "@friggframework/test": "1.1.3--canary.5fc6ed2.0",
18
+ "@friggframework/eslint-config": "^1.1.3",
19
+ "@friggframework/prettier-config": "^1.1.3",
20
+ "@friggframework/test": "^1.1.3",
21
21
  "@types/lodash": "^4.14.191",
22
22
  "@typescript-eslint/eslint-plugin": "^5.55.0",
23
23
  "chai": "^4.3.6",
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "homepage": "https://github.com/friggframework/frigg#readme",
51
51
  "description": "",
52
- "gitHead": "5fc6ed2784d179402b458164b5b054b7b7140971"
52
+ "gitHead": "8a8be5910859ffa44765b6a9c4c54aa9c8894ec6"
53
53
  }