From 27e7fb5e86ec776dd6e68aabd27d1a8b42bd4871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:21:48 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ version.txt | 2 +- wasm/CHANGELOG.md | 7 +++++++ 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb654e6fa..85d6c072b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "js": "0.12.0", "python": "0.11.0", - ".": "1.23.0", + ".": "1.23.1", "jvm": "0.0.1", "wasm": "0.0.1-rc1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 963edd491..cd316e6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.23.1](https://github.com/TheOpenDictionary/odict/compare/v1.23.0...v1.23.1) (2024-02-04) + + +### Bug Fixes + +* **deps:** Update dependency com.squareup.moshi:moshi to v1.15.1 ([c2a4353](https://github.com/TheOpenDictionary/odict/commit/c2a435343caacd25a86f22ca06d8cf388c0f92b9)) +* **deps:** Update dependency com.squareup.moshi:moshi-kotlin to v1.15.1 ([b09e8d1](https://github.com/TheOpenDictionary/odict/commit/b09e8d1cc00a826801f44005cf5af1cd97011b74)) +* **deps:** Update dependency com.squareup.moshi:moshi-kotlin-codegen to v1.15.1 ([60cdcd5](https://github.com/TheOpenDictionary/odict/commit/60cdcd5c52d580815e6538f8cc8fb3ae16309553)) +* **deps:** Update module github.com/blevesearch/bleve_index_api to v1.1.6 ([17158be](https://github.com/TheOpenDictionary/odict/commit/17158bec25d2b5dbb2cfce611a3a41acbc8a477f)) +* **deps:** Update module github.com/gkampitakis/go-snaps to v0.5.0 ([16af56f](https://github.com/TheOpenDictionary/odict/commit/16af56f724d83519fab209bec71032e238f310aa)) +* **deps:** Update module github.com/gkampitakis/go-snaps to v0.5.1 ([e0c776c](https://github.com/TheOpenDictionary/odict/commit/e0c776c1b0842314abdfc415141093c13fb50096)) +* **deps:** Update module github.com/gkampitakis/go-snaps to v0.5.2 ([e25509a](https://github.com/TheOpenDictionary/odict/commit/e25509ae396ad6dcf86debe44a27fd2962d5339c)) +* **deps:** Update module github.com/google/uuid to v1.6.0 ([6a036b1](https://github.com/TheOpenDictionary/odict/commit/6a036b190d750096fd888fb2580988b41473762e)) +* **pos:** Fix incorrect and missing POS labels ([b55fca0](https://github.com/TheOpenDictionary/odict/commit/b55fca011375b8a1cbf97d2b7b2fc934c7defac3)) + ## [1.23.0](https://github.com/TheOpenDictionary/odict/compare/v1.22.1...v1.23.0) (2024-01-21) diff --git a/version.txt b/version.txt index a6c2798a4..49e0a31d4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.23.0 +1.23.1 diff --git a/wasm/CHANGELOG.md b/wasm/CHANGELOG.md index 785a48a02..b0145c93b 100644 --- a/wasm/CHANGELOG.md +++ b/wasm/CHANGELOG.md @@ -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-02-04) + + +### Features + +* Allow args for wasm and js publish commands ([c86d052](https://github.com/TheOpenDictionary/odict/commit/c86d0526f1a18338b678b4aa01831890ef9b9aef)) + ## [0.0.1-rc1](https://github.com/TheOpenDictionary/odict/compare/wasm-v0.0.1-rc1...wasm-v0.0.1-rc1) (2024-01-21)