Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Jun 12, 2018
1 parent 242e0c3 commit ffbefb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased][unreleased]

## 1.1.1 - 2018-06-12
### Fixed
- Fixed unit tests

## 1.1.0 - 2018-06-12
### Added
- Waste collection data of Thalwil
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": "openerz",
"version": "1.1.0",
"version": "1.1.1",
"description": "Open ERZ API",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions test/test.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,8 @@ describe('make sure the server is running (test.api)', function() {
"PRODID:-//metaodi//openerz//EN",
"NAME:OpenERZ",
"X-WR-CALNAME:OpenERZ",
"DESCRIPTION:Entsorungskalender der Stadt Zürich (ERZ)",
"X-WR-CALDESC:Entsorungskalender der Stadt Zürich (ERZ)",
"DESCRIPTION:Entsorungskalender",
"X-WR-CALDESC:Entsorungskalender",
"TIMEZONE-ID:Europe/Zurich",
"TZID:Europe/Zurich",
"X-WR-TIMEZONE:Europe/Zurich",
Expand Down

0 comments on commit ffbefb2

Please sign in to comment.