Skip to content

Commit 56b4cb6

Browse files
committed
chore(release): publish
- @jessie.js/[email protected] - @jessie.js/[email protected] - @jessie.js/[email protected]
1 parent 800adc7 commit 56b4cb6

File tree

6 files changed

+41
-4
lines changed

6 files changed

+41
-4
lines changed

packages/parse/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [0.3.0](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2025-04-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **parse:** propagate tagged template literal parse errors ([7744805](https://github.com/endojs/Jessie/commit/774480533963c23bae51897ad1b8d34a95de0d93))
12+
13+
14+
### Features
15+
16+
* **parse:** add bigint literals to justin ([3fe1ab2](https://github.com/endojs/Jessie/commit/3fe1ab2eac9a95882fba667174852e85f87eef22))
17+
* **parse:** permit number and bigint underscore separators ([77855d5](https://github.com/endojs/Jessie/commit/77855d53a5cffabace1aa1c4bd895b8d5de0efd6))
18+
* **parse:** spruce up this package to make it useful ([7b62f09](https://github.com/endojs/Jessie/commit/7b62f095dd1826c89c123af168aab0fe525848f1))
19+
20+
21+
22+
23+
624
## [0.2.4](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2024-03-28)
725

826
**Note:** Version bump only for package @jessie.js/parse

packages/parse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jessie.js/parse",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Jessie parser generator",
55
"type": "module",
66
"keywords": [],
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@endo/far": "^1.0.0",
3636
"@endo/init": "^1.0.0",
37-
"@jessie.js/transform-this-module": "^0.2.3",
37+
"@jessie.js/transform-this-module": "^0.2.4",
3838
"jessie.js": "^0.3.4"
3939
},
4040
"devDependencies": {

packages/transform-this-module/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+
## [0.2.4](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2025-04-15)
7+
8+
**Note:** Version bump only for package @jessie.js/transform-this-module
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2023-06-01)
715

816
**Note:** Version bump only for package @jessie.js/transform-this-module

packages/transform-this-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jessie.js/transform-this-module",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Indicate that the importer needs rewriting to be valid Jessie.",
55
"keywords": [],
66
"author": "Agoric",

packages/types/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+
# [0.3.0](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2025-04-15)
7+
8+
9+
### Features
10+
11+
* **types:** add `Error` ([2c6823d](https://github.com/endojs/Jessie/commit/2c6823d20dcf117afed8c832a6c23b25ebc021bd))
12+
13+
14+
15+
16+
617
## [0.2.3](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2023-06-01)
718

819
**Note:** Version bump only for package @jessie.js/types

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jessie.js/types",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "Typescript types for Jessie.",
55
"keywords": [],
66
"author": "Agoric",

0 commit comments

Comments
 (0)