Skip to content

Commit

Permalink
chore: release main (#177)
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 Feb 22, 2025
1 parent dc8f3f8 commit 162ec94
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.6",
"rust": "3.2.3"
"js": "3.3.7",
"rust": "3.2.4"
}
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.7](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.6...momoa-js-v3.3.7) (2025-02-21)


### Bug Fixes

* Simplify types for better TypeScript compatibility ([#176](https://github.com/humanwhocodes/momoa/issues/176)) ([8a2f689](https://github.com/humanwhocodes/momoa/commit/8a2f6898ddd2f619a676af0882e64a20da1e22b0))

## [3.3.6](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.5...momoa-js-v3.3.6) (2025-01-07)


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.6",
"version": "3.3.7",
"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.4](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.3...momoa-rs-v3.2.4) (2025-02-21)


### Bug Fixes

* **deps:** update rust crate serde to v1.0.218 ([#169](https://github.com/humanwhocodes/momoa/issues/169)) ([92fd3af](https://github.com/humanwhocodes/momoa/commit/92fd3af8d06de108bd3824f5f314894d73cdc4d9))
* **deps:** update rust crate thiserror to v2 ([#155](https://github.com/humanwhocodes/momoa/issues/155)) ([8ab4647](https://github.com/humanwhocodes/momoa/commit/8ab4647bb7e0a9ca603a6f0439484050e6459562))
* **deps:** update rust crate wasm-bindgen to v0.2.100 ([#168](https://github.com/humanwhocodes/momoa/issues/168)) ([8ac0118](https://github.com/humanwhocodes/momoa/commit/8ac01183d9434bed5dca1f550a0a591b4dd21880))

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


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

0 comments on commit 162ec94

Please sign in to comment.