Skip to content

Commit

Permalink
chore: release main (#469)
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 Sep 28, 2023
1 parent 71ca0d5 commit 6fc05a9
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"js": "0.9.0",
"python": "0.8.0",
".": "1.19.3",
"js": "0.10.0",
"python": "0.9.0",
".": "1.20.0",
"jvm": "0.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.20.0](https://github.com/TheOpenDictionary/odict/compare/v1.19.3...v1.20.0) (2023-09-28)


### Features

* Add option to output Markdown as plain-text ([#470](https://github.com/TheOpenDictionary/odict/issues/470)) ([71ca0d5](https://github.com/TheOpenDictionary/odict/commit/71ca0d5c6f22c660fdd51e098a66e2e1f4acf47c))


### Bug Fixes

* **build:** Update build-all command ([5686f95](https://github.com/TheOpenDictionary/odict/commit/5686f9599aa48c1b60d6f5fff1e883e82f97aeaa))

## [1.19.3](https://github.com/TheOpenDictionary/odict/compare/v1.19.2...v1.19.3) (2023-09-27)


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.10.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.9.0...js-v0.10.0) (2023-09-28)


### Features

* Add option to output Markdown as plain-text ([#470](https://github.com/TheOpenDictionary/odict/issues/470)) ([71ca0d5](https://github.com/TheOpenDictionary/odict/commit/71ca0d5c6f22c660fdd51e098a66e2e1f4acf47c))

## [0.9.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.8.1...js-v0.9.0) (2023-09-26)


Expand Down
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.9.0",
"version": "0.10.0",
"description": "A JavaScript wrapper around the Open Dictionary compiler",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.8.0...python-v0.9.0) (2023-09-28)


### Features

* Add option to output Markdown as plain-text ([#470](https://github.com/TheOpenDictionary/odict/issues/470)) ([71ca0d5](https://github.com/TheOpenDictionary/odict/commit/71ca0d5c6f22c660fdd51e098a66e2e1f4acf47c))

## [0.8.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.7.0...python-v0.8.0) (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "theopendictionary"
version = "0.8.0"
version = "0.9.0"
description = ""
authors = ["Tyler Nickerson <nickersoft@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.3
1.20.0

0 comments on commit 6fc05a9

Please sign in to comment.