Skip to content

Commit

Permalink
chore: release main (#142)
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 Oct 28, 2024
1 parent 4f569d7 commit 22b4e6e
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.0",
"rust": "3.2.0"
"js": "3.3.1",
"rust": "3.2.1"
}
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.1](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.0...momoa-js-v3.3.1) (2024-10-28)


### Bug Fixes

* **types:** Export LocationRange and ContainerNode ([#145](https://github.com/humanwhocodes/momoa/issues/145)) ([4f569d7](https://github.com/humanwhocodes/momoa/commit/4f569d7a7f69e3e43c8c98f29c81966cc7f9d436))

## [3.3.0](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.2.2...momoa-js-v3.3.0) (2024-10-15)


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.0",
"version": "3.3.1",
"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.1](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.0...momoa-rs-v3.2.1) (2024-10-28)


### Bug Fixes

* **deps:** update rust crate serde to v1.0.213 ([#144](https://github.com/humanwhocodes/momoa/issues/144)) ([fcebb90](https://github.com/humanwhocodes/momoa/commit/fcebb90947b7445169659e136b293d33892ca382))
* **deps:** update rust crate thiserror to v1.0.65 ([#140](https://github.com/humanwhocodes/momoa/issues/140)) ([93aa4d9](https://github.com/humanwhocodes/momoa/commit/93aa4d940ff5ebed2156cd6fbb55d0f2bb3758b2))
* **deps:** update rust crate wasm-bindgen to v0.2.95 ([#141](https://github.com/humanwhocodes/momoa/issues/141)) ([983c38a](https://github.com/humanwhocodes/momoa/commit/983c38a2289d6876a6002062f579e0b8d7fbf34f))

## [3.2.0](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.1.1...momoa-rs-v3.2.0) (2024-10-15)


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

0 comments on commit 22b4e6e

Please sign in to comment.