Skip to content

Commit 52268b0

Browse files
Merge pull request #141 from bluecadet/develop
Release
2 parents 0ae9efb + f5f3c0e commit 52268b0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/content/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bluecadet/launchpad-content
22

3+
## 1.12.1
4+
5+
### Patch Changes
6+
7+
- [#139](https://github.com/bluecadet/launchpad/pull/139) [`8d894c360d13a11fe662e2378be0ef644602dfe9`](https://github.com/bluecadet/launchpad/commit/8d894c360d13a11fe662e2378be0ef644602dfe9) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Upgrade sharp dependency
8+
39
## 1.12.0
410

511
### Minor Changes

packages/content/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad-content",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Content syncing pipeline for various sources",
55
"type": "module",
66
"main": "index.js",
@@ -54,7 +54,7 @@
5454
"rimraf": "^4.0.5",
5555
"sanitize-filename": "^1.6.3",
5656
"sanitize-html": "^2.5.1",
57-
"sharp": "^0.30.7",
57+
"sharp": "^0.32.6",
5858
"strip-json-comments": "^4.0.0"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)