Skip to content

Commit

Permalink
Update version manually, release-script not working
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbs96 committed Dec 11, 2022
1 parent 797c2e0 commit c7af4da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 1.0.7 (2022-11-19)
* Fixed deprecated messages from Sentry with api-validations
* Automatic switch mode had an error with playlists. Playlist item could never be selected.

## 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ response => {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.11-beta.4 (2022-12-11)
* Correct Sentry logging for details.groups when "deprecated"

### 1.0.11-beta.3 (2022-12-06)
Expand All @@ -166,10 +166,6 @@ response => {
* Add Ukrainian translation
* Rework how objects are created, objects are now created after first connect after startup and updated after a firmware update

### 1.0.7 (2022-11-19)
* Fixed deprecated messages from Sentry with api-validations
* Automatic switch mode had an error with playlists. Playlist item could never be selected.

## License
MIT License

Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "twinkly",
"version": "1.0.11-beta.3",
"version": "1.0.11-beta.4",
"news": {
"1.0.11-beta.3": {
"en": "Extend Sentry logging for details.groups when \"deprecated\"\nCancel active pause not working after startup if active beforehand",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.twinkly",
"version": "1.0.11-beta.3",
"version": "1.0.11-beta.4",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit c7af4da

Please sign in to comment.