Skip to content

Commit 32055ec

Browse files
authored
Merge pull request #45 from danielma/release-please--branches--main--components--unsplash-react
chore(main): release 0.4.2
2 parents efcc05b + a6ab9a9 commit 32055ec

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.2 (2026-02-18)
4+
5+
## What's Changed
6+
* fix(ci): upgrade Node.js to version 22 for npm provenance support by @danielma in https://github.com/danielma/unsplash-react/pull/44
7+
8+
9+
**Full Changelog**: https://github.com/danielma/unsplash-react/compare/v0.4.1...v0.4.2
10+
311
## 0.4.1 (2026-02-18)
412

513
## What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unsplash-react",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Upload images from unsplash into your app",
55
"type": "module",
66
"source": "src/index.tsx",

0 commit comments

Comments
 (0)