Skip to content

Commit 5bdc0b3

Browse files
committed
chore(release): publish
1 parent 5a54416 commit 5bdc0b3

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0](https://github.com/cosmology-tech/build/compare/v1.4.3...v1.5.0) (2025-06-03)
7+
8+
9+
### Features
10+
11+
* add multi-file parsing support ([604e8fd](https://github.com/cosmology-tech/build/commit/604e8fd649b775d03af141387409644b3edb602e))
12+
* simplify analyzer ([538ae6a](https://github.com/cosmology-tech/build/commit/538ae6a96d126f3e4e181141bb6a5752f3f3de0f))
13+
* split tests ([b4d3958](https://github.com/cosmology-tech/build/commit/b4d39589060ed61faa2e48746884286137ec345a))
14+
15+
16+
17+
18+
619
## [1.4.3](https://github.com/cosmology-tech/build/compare/v1.4.2...v1.4.3) (2025-05-31)
720

821
**Note:** Version bump only for package build

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.4.3",
11+
"version": "1.5.0",
1212
"registry": "https://registry.npmjs.org",
1313
"command": {
1414
"create": {

packages/parse/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0](https://github.com/hyperweb-io/hyperweb-build/compare/v1.4.3...v1.5.0) (2025-06-03)
7+
8+
9+
### Features
10+
11+
* add multi-file parsing support ([604e8fd](https://github.com/hyperweb-io/hyperweb-build/commit/604e8fd649b775d03af141387409644b3edb602e))
12+
* simplify analyzer ([538ae6a](https://github.com/hyperweb-io/hyperweb-build/commit/538ae6a96d126f3e4e181141bb6a5752f3f3de0f))
13+
* split tests ([b4d3958](https://github.com/hyperweb-io/hyperweb-build/commit/b4d39589060ed61faa2e48746884286137ec345a))
14+
15+
16+
17+
18+
619
## [1.4.3](https://github.com/hyperweb-io/hyperweb-build/compare/v1.4.2...v1.4.3) (2025-05-31)
720

821
**Note:** Version bump only for package @hyperweb/parse

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.4.3",
3+
"version": "1.5.0",
44
"author": "Hyperweb <developers@hyperweb.io>",
55
"description": "Parse Hyperweb contracts",
66
"main": "index.js",

0 commit comments

Comments
 (0)