Skip to content

Commit

Permalink
chore(*): release main (#584)
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] committed Jan 21, 2024
1 parent 30c0c9f commit 65d8271
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"js": "0.11.0",
"js": "0.12.0",
"python": "0.11.0",
".": "1.22.1",
".": "1.23.0",
"jvm": "0.0.1",
"wasm": "0.0.1-rc1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.23.0](https://github.com/TheOpenDictionary/odict/compare/v1.22.1...v1.23.0) (2024-01-21)


### Features

* Allow args for wasm and js publish commands ([c86d052](https://github.com/TheOpenDictionary/odict/commit/c86d0526f1a18338b678b4aa01831890ef9b9aef))


### Bug Fixes

* **print:** Fix formatting ([e3f5280](https://github.com/TheOpenDictionary/odict/commit/e3f52802057fe2c53d18fb3cbeed578cd0dbef0c))
* **sql:** Fix duplicate values in generated SQL ([#590](https://github.com/TheOpenDictionary/odict/issues/590)) ([30c0c9f](https://github.com/TheOpenDictionary/odict/commit/30c0c9f61e4b7ce2c794e9b717c0a385dd184381))

## [1.22.1](https://github.com/TheOpenDictionary/odict/compare/v1.22.0...v1.22.1) (2024-01-17)


Expand Down
7 changes: 7 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.11.0...js-v0.12.0) (2024-01-21)


### Features

* Allow args for wasm and js publish commands ([c86d052](https://github.com/TheOpenDictionary/odict/commit/c86d0526f1a18338b678b4aa01831890ef9b9aef))

## [0.11.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.10.0...js-v0.11.0) (2024-01-15)


Expand Down
2 changes: 1 addition & 1 deletion 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": "theopendictionary",
"version": "0.11.0",
"version": "0.12.0",
"description": "A JavaScript wrapper around the Open Dictionary compiler",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.1
1.23.0
7 changes: 7 additions & 0 deletions wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.1-rc1](https://github.com/TheOpenDictionary/odict/compare/wasm-v0.0.1-rc1...wasm-v0.0.1-rc1) (2024-01-21)


### Features

* Allow args for wasm and js publish commands ([c86d052](https://github.com/TheOpenDictionary/odict/commit/c86d0526f1a18338b678b4aa01831890ef9b9aef))

## 0.0.1-rc1 (2024-01-15)


Expand Down

0 comments on commit 65d8271

Please sign in to comment.