Skip to content

Commit 2add622

Browse files
committed
chore(release): publish v4.0.1
1 parent 70ea915 commit 2add622

30 files changed

+219
-100
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/hirosystems/stacks.js/compare/v4.0.1-beta.1...v4.0.1) (2022-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* allow referrer header in request options ([70ea915](https://github.com/hirosystems/stacks.js/commit/70ea9156f6916f32e40adf7464322476a9acd8ab))
12+
13+
14+
15+
16+
617
# [4.0.0](https://github.com/hirosystems/stacks.js/compare/v3.5.0...v4.0.0) (2022-04-20)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.1",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

package-lock.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/blockstack/blockstack.js/compare/v4.0.1-beta.1...v4.0.1) (2022-05-09)
7+
8+
**Note:** Version bump only for package @stacks/auth
9+
10+
11+
12+
13+
614
# [4.0.0](https://github.com/blockstack/blockstack.js/compare/v4.0.0-beta.2...v4.0.0) (2022-04-20)
715

816
**Note:** Version bump only for package @stacks/auth

packages/auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/auth",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Authentication for Stacks apps.",
55
"keywords": [
66
"Stacks",
@@ -40,9 +40,9 @@
4040
"url": "https://github.com/blockstack/blockstack.js/issues"
4141
},
4242
"dependencies": {
43-
"@stacks/common": "^4.0.0",
44-
"@stacks/encryption": "^4.0.0",
45-
"@stacks/network": "^4.0.0",
43+
"@stacks/common": "^4.0.1",
44+
"@stacks/encryption": "^4.0.1",
45+
"@stacks/network": "^4.0.1",
4646
"@stacks/profile": "^4.0.0",
4747
"cross-fetch": "^3.1.4",
4848
"jsontokens": "^3.0.0",

0 commit comments

Comments
 (0)