@knapsack/renderer-hbs 4.61.0 → 4.62.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,11 +2,14 @@
2
2
 
3
3
  #### 🐛 Bug Fix
4
4
 
5
+ - Merge branch 'latest' into feature/ksp-4511-matching-header-content-makes-table-of-contents-unhelpful ([@mabry1985](https://github.com/mabry1985))
5
6
  - Merge branch 'latest' into feature/ksp-5026-losing-font-on-my-branch ([@mabry1985](https://github.com/mabry1985))
7
+ - Merge branch 'latest' into feature/ksp-4511-matching-header-content-makes-table-of-contents-unhelpful ([@GormanDesign](https://github.com/GormanDesign))
6
8
 
7
- #### Authors: 1
9
+ #### Authors: 2
8
10
 
9
11
  - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
12
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
10
13
 
11
14
  ---
12
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-hbs",
3
3
  "description": "",
4
- "version": "4.61.0",
4
+ "version": "4.62.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -22,18 +22,18 @@
22
22
  "test": "time ava"
23
23
  },
24
24
  "dependencies": {
25
- "@knapsack/app": "4.61.0",
26
- "@knapsack/file-utils": "4.61.0",
27
- "@knapsack/types": "4.61.0",
28
- "@knapsack/utils": "4.61.0",
25
+ "@knapsack/app": "4.62.0",
26
+ "@knapsack/file-utils": "4.62.0",
27
+ "@knapsack/types": "4.62.0",
28
+ "@knapsack/utils": "4.62.0",
29
29
  "handlebars": "^4.7.8",
30
30
  "lodash": "^4.17.21"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.61.0",
34
- "@knapsack/prettier-config": "4.61.0",
35
- "@knapsack/test-ava": "4.61.0",
36
- "@knapsack/typescript-config-starter": "4.61.0",
33
+ "@knapsack/eslint-config-starter": "4.62.0",
34
+ "@knapsack/prettier-config": "4.62.0",
35
+ "@knapsack/test-ava": "4.62.0",
36
+ "@knapsack/typescript-config-starter": "4.62.0",
37
37
  "@types/lodash": "^4.17.0",
38
38
  "@types/node": "^20.12.12",
39
39
  "ava": "^6.1.3",
@@ -49,5 +49,5 @@
49
49
  "directory": "apps/client/renderers/renderer-hbs",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "b534b076c02198b2925a2a4b363d5345613d4aa2"
52
+ "gitHead": "492f29b9619f45003c971f8b012895521951319b"
53
53
  }