Skip to content

Commit

Permalink
chore: release main (#137)
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 15, 2024
1 parent 68aaa30 commit ec9492b
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 16 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.2.2",
"rust": "3.1.1"
"js": "3.3.0",
"rust": "3.2.0"
}
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.0](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.2.2...momoa-js-v3.3.0) (2024-10-15)


### Features

* Add option to allow trailing commas in JSON and JSONC ([#136](https://github.com/humanwhocodes/momoa/issues/136)) ([76e23f4](https://github.com/humanwhocodes/momoa/commit/76e23f4cc21f8cae346b06ea8408fda260f80f5a)), closes [#135](https://github.com/humanwhocodes/momoa/issues/135)

## [3.2.2](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.2.1...momoa-js-v3.2.2) (2024-10-04)


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

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


### Features

* Add option to allow trailing commas in JSON and JSONC ([#136](https://github.com/humanwhocodes/momoa/issues/136)) ([76e23f4](https://github.com/humanwhocodes/momoa/commit/76e23f4cc21f8cae346b06ea8408fda260f80f5a)), closes [#135](https://github.com/humanwhocodes/momoa/issues/135)


### Bug Fixes

* **deps:** update rust crate serde to v1.0.210 ([#128](https://github.com/humanwhocodes/momoa/issues/128)) ([899422e](https://github.com/humanwhocodes/momoa/commit/899422e6a49ccba97b37c76beb1e88949e91fc9f))

## [3.1.1](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.1.0...momoa-rs-v3.1.1) (2024-09-02)


Expand Down
13 changes: 3 additions & 10 deletions 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.1.1"
version = "3.2.0"
description = "A JSON parsing library suitable for static analysis"
authors = ["Nicholas C. Zakas"]
license = "Apache-2.0"
Expand Down

0 comments on commit ec9492b

Please sign in to comment.