Skip to content

Commit

Permalink
chore: release main (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
1 parent 71b086f commit 74272b4
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"js": "3.3.1",
"rust": "3.2.1"
"js": "3.3.2",
"rust": "3.2.2"
}
8 changes: 8 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.3.2](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.1...momoa-js-v3.3.2) (2024-11-05)


### Bug Fixes

* Correctly convert -0x1 to a number ([c77a96e](https://github.com/humanwhocodes/momoa/commit/c77a96eaa149bf1350615352252e4c1bfcf6d3d5)), closes [#151](https://github.com/humanwhocodes/momoa/issues/151)
* mark `allowTrailingCommas` as optional ([#150](https://github.com/humanwhocodes/momoa/issues/150)) ([5746823](https://github.com/humanwhocodes/momoa/commit/574682317c14e457bc0a1830003567bf96809c55))

## [3.3.1](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.0...momoa-js-v3.3.1) (2024-10-28)


Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/momoa",
"version": "3.3.1",
"version": "3.3.2",
"description": "JSON AST parser, tokenizer, printer, traverser.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.2.2](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.1...momoa-rs-v3.2.2) (2024-11-05)


### Bug Fixes

* **deps:** update rust crate serde to v1.0.214 ([#148](https://github.com/humanwhocodes/momoa/issues/148)) ([f07ff75](https://github.com/humanwhocodes/momoa/commit/f07ff75eb80ebd6ed08e155be9c6b42a6d1a8689))
* **deps:** update rust crate thiserror to v1.0.68 ([#149](https://github.com/humanwhocodes/momoa/issues/149)) ([a1a4eec](https://github.com/humanwhocodes/momoa/commit/a1a4eecf4c2162c2cfefcbc1ff59ce61997b67b5))

## [3.2.1](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.0...momoa-rs-v3.2.1) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momoa"
version = "3.2.1"
version = "3.2.2"
description = "A JSON parsing library suitable for static analysis"
authors = ["Nicholas C. Zakas"]
license = "Apache-2.0"
Expand Down

0 comments on commit 74272b4

Please sign in to comment.