Skip to content

Commit

Permalink
chore: release v1.2.9
Browse files Browse the repository at this point in the history
bugfix: error catching JSON "last operations" doesn't work
  • Loading branch information
Xenon-s committed Jun 22, 2021
1 parent 247e69a commit 8426858
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -162,7 +162,7 @@ is displayed.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 1.2.8 (2021-06-22)
### 1.2.9 (2021-06-22)
* (xenon-s) bugfix: error catching JSON "last operations" doesn't work

### 1.2.4 (2021-06-13)
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
@@ -1,9 +1,9 @@
{
"common": {
"name": "device-reminder",
"version": "1.2.8",
"version": "1.2.9",
"news": {
"1.2.8": {
"1.2.9": {
"en": "bugfix: error catching JSON \"last operations\" doesn't work",
"de": "Bugfix: Fehler beim Abfangen von JSON \"letzte Operationen\" funktioniert nicht",
"ru": "исправление: ошибка при отлове JSON \"последние операции\" не работает",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,5 +80,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "1.2.8"
"version": "1.2.9"
}

0 comments on commit 8426858

Please sign in to comment.