@friggframework/test 1.1.8 → 1.2.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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v1.2.0 (Tue Aug 06 2024)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Daniel Klotz ([@d-klotz](https://github.com/d-klotz)), for all your work!
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - small update to integration testing / tooling [#304](https://github.com/friggframework/frigg/pull/304) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
10
+ - chore: bump deprecated npm package versions [#323](https://github.com/friggframework/frigg/pull/323) ([@d-klotz](https://github.com/d-klotz) [@seanspeaks](https://github.com/seanspeaks))
11
+ - chore: bump deprecated package versions ([@d-klotz](https://github.com/d-klotz))
12
+ - Bump version to: v1.1.8 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
13
+ - Bump version to: v1.1.5 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
14
+
15
+ #### Authors: 3
16
+
17
+ - [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
18
+ - Daniel Klotz ([@d-klotz](https://github.com/d-klotz))
19
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
20
+
21
+ ---
22
+
1
23
  # v1.1.8 (Thu Jul 18 2024)
2
24
 
3
25
  :tada: This release contains work from a new contributor! :tada:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/test",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.1.8",
4
+ "version": "1.2.0",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "eslint": "^8.22.0",
@@ -15,9 +15,9 @@
15
15
  "open": "^8.4.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/eslint-config": "^1.1.8",
19
- "@friggframework/prettier-config": "^1.1.8",
20
- "jest": "^28.1.3",
18
+ "@friggframework/eslint-config": "^1.2.0",
19
+ "@friggframework/prettier-config": "^1.2.0",
20
+ "jest": "^29.7.0",
21
21
  "prettier": "^2.7.1"
22
22
  },
23
23
  "scripts": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "ef09bf33aca3bc2df5c9f0049524a8c7e17df0d4"
42
+ "gitHead": "9bc9921fe6892cf48ce91702fbf1691646085061"
43
43
  }