Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.24.0](v1.23.2...v1.24.0) (2022-11-28)

### Features

* export fetched data, improved support, performance improvement to sync ([8cee770](8cee770))
  • Loading branch information
semantic-release-bot committed Nov 28, 2022
1 parent 8cee770 commit 0ac7c5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.24.0](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.23.2...v1.24.0) (2022-11-28)


### Features

* export fetched data, improved support, performance improvement to sync ([8cee770](https://github.com/CoCreate-app/CoCreate-admin/commit/8cee7705b0c0d168a17766ea66683e2ed3543d26))

## [1.23.2](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.23.1...v1.23.2) (2022-11-26)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/admin",
"version": "1.23.2",
"version": "1.24.0",
"description": "A No Code Admin, CRM, CMS, Website Builder platform. Powered by CoCreateJS to provide Realtime and Collaborative CRUD functionality. ",
"keywords": [
"admin",
Expand All @@ -22,14 +22,18 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "private" },
"publishConfig": {
"access": "private"
},
"author": "CoCreate LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-admin.git"
},
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-admin/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-admin/issues"
},
"homepage": "https://cocreate.app",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit 0ac7c5a

Please sign in to comment.