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

Commit 3f45df4

Browse files
authored
Merge pull request #32 from deskbookers/develop
v2.1.3
2 parents 5e8971c + edd461c commit 3f45df4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.3 - 2017-05-23
8+
### Fixed
9+
- Removed old dist files before publishing
10+
711
## 2.1.2 - 2017-05-23
812
### Fixed
913
- Encoded slashes in `report` method parameters on `Actions` resource

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "deskbookers",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Deskbookers API JavaScript SDK",
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "ava",
8-
"build": "babel src --out-dir dist",
8+
"build": "rm -rf dist/*; babel src --out-dir dist",
99
"prepublish": "npm run build"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)