Skip to content

Commit

Permalink
chore(release): 1.51.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.51.0](v1.50.6...v1.51.0) (2023-04-26)

### Features

* window.confirm() if organization_id not found. clicking ok creates new organization ([a2a651c](a2a651c))
  • Loading branch information
semantic-release-bot committed Apr 26, 2023
1 parent a2a651c commit dc79718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.51.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.50.6...v1.51.0) (2023-04-26)


### Features

* window.confirm() if organization_id not found. clicking ok creates new organization ([a2a651c](https://github.com/CoCreate-app/CoCreateJS/commit/a2a651c2628e5c5225428b14942ddd514b57ef5c))

## [1.50.6](https://github.com/CoCreate-app/CoCreateJS/compare/v1.50.5...v1.50.6) (2023-04-24)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatejs",
"version": "1.50.6",
"version": "1.51.0",
"description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.",
"keywords": [
"cocreatejs",
Expand Down Expand Up @@ -134,4 +134,3 @@
"@cocreate/vdom": "^1.6.1"
}
}

0 comments on commit dc79718

Please sign in to comment.