Skip to content

Commit

Permalink
chore: bump v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Dec 4, 2017
1 parent f283160 commit 7079d46
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet

## [v0.4.4] - 2017-12-12

### Fixed
- Auth was broken on older browsers (notably iOS9) #237


## [v0.4.3] - 2017-11-30
### Changed
- `babel-polyfill` is not included anymore https://github.com/cozy/cozy-client-js/commit/b12fb52da002742c83bfc87632a3bc6440d1a8c0
Expand Down
14 changes: 7 additions & 7 deletions dist/cozy-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cozy-client.min.js.map

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions dist/cozy-client.node.js

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

2 changes: 1 addition & 1 deletion dist/cozy-client.node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client-js",
"version": "0.4.3",
"version": "0.4.4",
"description": "Javascript library to interact with a cozy",
"main": "dist/cozy-client.node.js",
"browser": "dist/cozy-client.js",
Expand Down

0 comments on commit 7079d46

Please sign in to comment.