Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.2...v1.6.0) (2023-10-09)

### Features

* Persists config data in the client ([3904abd](3904abd))
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent ab3af37 commit d0b14a5
Show file tree
Hide file tree
Showing 2 changed files with 9 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.6.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.5.2...v1.6.0) (2023-10-09)


### Features

* Persists config data in the client ([3904abd](https://github.com/CoCreate-app/CoCreate-config/commit/3904abdedd997ae1b47cd6613cdae2405680f96a))

## [1.5.2](https://github.com/CoCreate-app/CoCreate-config/compare/v1.5.1...v1.5.2) (2023-09-18)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/config",
"version": "1.5.2",
"version": "1.6.0",
"description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"config",
Expand Down Expand Up @@ -61,4 +61,4 @@
"dependencies": {
"@cocreate/utils": "^1.24.2"
}
}
}

0 comments on commit d0b14a5

Please sign in to comment.