scratch-render-fonts 1.0.130 → 1.0.132
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- 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.132](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.131...v1.0.132) (2024-11-28)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **deps:** lock file maintenance ([#203](https://github.com/scratchfoundation/scratch-render-fonts/issues/203)) ([8c0a28d](https://github.com/scratchfoundation/scratch-render-fonts/commit/8c0a28d3a5f0d65f20fa88262494c4febc2010d2))
|
12
|
+
|
13
|
+
## [1.0.131](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.130...v1.0.131) (2024-11-25)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* **deps:** lock file maintenance ([#200](https://github.com/scratchfoundation/scratch-render-fonts/issues/200)) ([225d45a](https://github.com/scratchfoundation/scratch-render-fonts/commit/225d45a85be7845ec9914e11a935692102f8a681))
|
19
|
+
|
6
20
|
## [1.0.130](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.129...v1.0.130) (2024-11-23)
|
7
21
|
|
8
22
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "scratch-render-fonts",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.132",
|
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": "
|
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"
|