Skip to content

Commit

Permalink
chore: release main (#162)
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 Dec 3, 2024
1 parent b45f389 commit 947df3f
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.3",
"rust": "3.2.2"
"js": "3.3.4",
"rust": "3.2.3"
}
7 changes: 7 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.4](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.3...momoa-js-v3.3.4) (2024-12-03)


### Bug Fixes

* Unescape JSON5 identifier values ([#165](https://github.com/humanwhocodes/momoa/issues/165)) ([5633bc4](https://github.com/humanwhocodes/momoa/commit/5633bc4b9db0becd5bb935c33fec3ad221308032)), closes [#164](https://github.com/humanwhocodes/momoa/issues/164)

## [3.3.3](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.2...momoa-js-v3.3.3) (2024-11-06)


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.3",
"version": "3.3.4",
"description": "JSON AST parser, tokenizer, printer, traverser.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.2.3](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.2...momoa-rs-v3.2.3) (2024-12-03)


### Bug Fixes

* **deps:** update rust crate serde to v1.0.215 ([#159](https://github.com/humanwhocodes/momoa/issues/159)) ([084b8d2](https://github.com/humanwhocodes/momoa/commit/084b8d26f806b3c8d9f3e3c8173d5294778063ba))
* **deps:** update rust crate thiserror to v1.0.69 ([#158](https://github.com/humanwhocodes/momoa/issues/158)) ([0505016](https://github.com/humanwhocodes/momoa/commit/0505016164507b70a08dac9e964c621ab1489159))
* **deps:** update rust crate wasm-bindgen to v0.2.97 ([#161](https://github.com/humanwhocodes/momoa/issues/161)) ([88f398d](https://github.com/humanwhocodes/momoa/commit/88f398dab5372e8a28055ba03e04d8af893ce175))

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


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.2"
version = "3.2.3"
description = "A JSON parsing library suitable for static analysis"
authors = ["Nicholas C. Zakas"]
license = "Apache-2.0"
Expand Down

0 comments on commit 947df3f

Please sign in to comment.