Skip to content

Commit

Permalink
DX-3237 release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsud committed Aug 23, 2024
1 parent 1da462b commit 2482684
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [2.2.1]

- fixed `organization` property in `/v1/oauth-token` response is optional

## [2.2.0]

- Update api specification to latest version
- update api specification to latest version

## [2.1.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/miro-api-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "miro_api"
version = "2.2.0"
version = "2.2.1"
description = "Miro API client"
authors = ["Josip Janzic <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/miro-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mirohq/miro-api",
"version": "2.2.0",
"version": "2.2.1",
"description": "Node.js client for the Miro REST API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2482684

Please sign in to comment.