Skip to content

Commit

Permalink
chore: release main (#60)
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 Mar 16, 2023
1 parent 0b2a12d commit 37eb491
Show file tree
Hide file tree
Showing 7 changed files with 26 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": "2.0.4",
"rust": "2.0.0"
"js": "3.0.0",
"rust": "3.0.0"
}
9 changes: 9 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.0](https://github.com/humanwhocodes/momoa/compare/momoa-js-v2.0.4...momoa-js-v3.0.0) (2023-03-15)


### Features

* **momoa-js:** Add type checking ([#64](https://github.com/humanwhocodes/momoa/issues/64)) ([9dec1c7](https://github.com/humanwhocodes/momoa/commit/9dec1c79810cacd08d407705b9270100dae1fd0b))
* Re-add the ranges option ([7ce69ee](https://github.com/humanwhocodes/momoa/commit/7ce69ee09193ded612f5d5522be6fc950230f516))
* Re-add tokens option for parse ([808a21e](https://github.com/humanwhocodes/momoa/commit/808a21e2a49f8982d47245b934b861e15dbb6d91))

### [2.0.4](https://www.github.com/humanwhocodes/momoa/compare/v2.0.3...v2.0.4) (2022-04-18)


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

## [3.0.0](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v2.0.0...momoa-rs-v3.0.0) (2023-03-15)


### Bug Fixes

* **deps:** update rust crate serde-wasm-bindgen to 0.5 ([#58](https://github.com/humanwhocodes/momoa/issues/58)) ([538e5d2](https://github.com/humanwhocodes/momoa/commit/538e5d26edcbebe37553fa168d15ef5a1cbae69e))
* **deps:** update rust crate thiserror to 1.0.39 ([#57](https://github.com/humanwhocodes/momoa/issues/57)) ([373de08](https://github.com/humanwhocodes/momoa/commit/373de0858620b376095d5c6f4bb65261ce7d32dc))
* Separate debug output from error messages. ([98a8c2e](https://github.com/humanwhocodes/momoa/commit/98a8c2e7b0a6922eb0ab66da8f03aef81a5141b6))
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 = "0.0.0"
version = "3.0.0"
description = "A JSON parsing library suitable for static analysis"
authors = ["Nicholas C. Zakas"]
license = "Apache-2.0"
Expand Down

0 comments on commit 37eb491

Please sign in to comment.