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

Commit a606e4a

Browse files
committed
docs: update 2.1.0 docs
1 parent a7f3112 commit a606e4a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.1.0 - 2017-05-23
8+
### Added
9+
- `setTimezone`, `setLanguage` and `preferences` methods to `Account` resource
10+
- `Actions` resource with `report` method
11+
712
## 2.0.1 - 2017-05-12
813
### Added
914
- `createdAt` attribute to `Account` retrieval method

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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Deskbookers API JavaScript SDK",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)