scratch-render-fonts 1.0.131 → 1.0.133

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.133](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.132...v1.0.133) (2024-11-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([#204](https://github.com/scratchfoundation/scratch-render-fonts/issues/204)) ([a165815](https://github.com/scratchfoundation/scratch-render-fonts/commit/a1658154e3054df1226b495e0c46cf059f8cc653))
12
+
13
+ ## [1.0.132](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.131...v1.0.132) (2024-11-28)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([#203](https://github.com/scratchfoundation/scratch-render-fonts/issues/203)) ([8c0a28d](https://github.com/scratchfoundation/scratch-render-fonts/commit/8c0a28d3a5f0d65f20fa88262494c4febc2010d2))
19
+
6
20
  ## [1.0.131](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.130...v1.0.131) (2024-11-25)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-render-fonts",
3
- "version": "1.0.131",
3
+ "version": "1.0.133",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "author": "Massachusetts Institute of Technology",
@@ -37,7 +37,7 @@
37
37
  "json": "10.0.0",
38
38
  "lodash.defaultsdeep": "4.6.1",
39
39
  "rimraf": "2.7.1",
40
- "scratch-semantic-release-config": "1.0.16",
40
+ "scratch-semantic-release-config": "3.0.0",
41
41
  "semantic-release": "19.0.5",
42
42
  "webpack": "4.47.0",
43
43
  "webpack-cli": "3.3.12"