Skip to content

Commit 765f622

Browse files
committed
chore(release): publish
1 parent b19fae4 commit 765f622

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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+
# [1.7.0](https://github.com/cosmology-tech/build/compare/v1.6.0...v1.7.0) (2025-06-10)
7+
8+
9+
### Features
10+
11+
* parse nullable args ([fd7d56e](https://github.com/cosmology-tech/build/commit/fd7d56e09d9759a625b1e71b14039e0116bc0527))
12+
13+
14+
15+
16+
617
# [1.6.0](https://github.com/cosmology-tech/build/compare/v1.5.0...v1.6.0) (2025-06-03)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages": [
99
"packages/*"
1010
],
11-
"version": "1.6.0",
11+
"version": "1.7.0",
1212
"registry": "https://registry.npmjs.org",
1313
"command": {
1414
"create": {

packages/parse/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+
# [1.7.0](https://github.com/hyperweb-io/hyperweb-build/compare/v1.6.0...v1.7.0) (2025-06-10)
7+
8+
9+
### Features
10+
11+
* parse nullable args ([fd7d56e](https://github.com/hyperweb-io/hyperweb-build/commit/fd7d56e09d9759a625b1e71b14039e0116bc0527))
12+
13+
14+
15+
16+
617
# [1.6.0](https://github.com/hyperweb-io/hyperweb-build/compare/v1.5.0...v1.6.0) (2025-06-03)
718

819

packages/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/parse",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": "Hyperweb <[email protected]>",
55
"description": "Parse Hyperweb contracts",
66
"main": "index.js",

0 commit comments

Comments
 (0)