Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit fa80101

Browse files
authored
Merge pull request #22 from deskbookers/develop
v2.0.0 (changelog)
2 parents c4b2b67 + f5059b3 commit fa80101

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.0.0 - 2017-05-12
8+
### Changed
9+
- Rename `list` method to `retrieve` in Events resource
10+
11+
### Added
12+
- `list` method (list all) to Events resource
13+
- `markAllAsRead` method to Events resource
14+
715
## 1.3.1 - 2017-04-25
816
### Fixed
917
- `POST` request bug

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deskbookers",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "Deskbookers API JavaScript SDK",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)