Skip to content

Commit e7e9ad6

Browse files
author
Steven Vandevelde
authored
Merge pull request #23 from wnfs-wg/release-please--branches--main--components--nest
chore(main): release nest 0.2.1
2 parents 5d48dae + e84cb66 commit e7e9ad6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/nest": "0.2.0"
2+
"packages/nest": "0.2.1"
33
}

packages/nest/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/wnfs-wg/nest/compare/nest-v0.2.0...nest-v0.2.1) (2023-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **nest:** add missing crypto browser redirect ([5d48dae](https://github.com/wnfs-wg/nest/commit/5d48daeb8a5f6547e05d6c6f3e6fdbe0f01ddb92))
9+
310
## [0.2.0](https://github.com/wnfs-wg/nest/compare/nest-v0.1.0...nest-v0.2.0) (2023-12-21)
411

512

packages/nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wnfs-wg/nest",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "A utility layer around the `wnfs` package.",
66
"author": "Steven Vandevelde <[email protected]> (tokono.ma)",
77
"license": "(Apache-2.0 AND MIT)",

0 commit comments

Comments
 (0)