Skip to content

Commit

Permalink
-> v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
animify committed Feb 9, 2020
1 parent 381a241 commit 22f016f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [Version 0.0.2](https://github.com/animify/dribbblejs/releases/tag/v0.0.2) (2020-2-9)

### New features

- add custom request module: [`0f5816d`](https://github.com/animify/dribbblejs/commit/0f5816d)
- create Dribbble module and projects api: [`2b4bb4e`](https://github.com/animify/dribbblejs/commit/2b4bb4e)
- add Shots api: [`0587b37`](https://github.com/animify/dribbblejs/commit/0587b37)
- add User api: [`07b680d`](https://github.com/animify/dribbblejs/commit/07b680d)
- add Attachments api: [`d8be6b2`](https://github.com/animify/dribbblejs/commit/d8be6b2)

### Bug fixes

- make exportable: [`381a241`](https://github.com/animify/dribbblejs/commit/381a241)

[...full changes](https://github.com/animify/dribbblejs/compare/v0.0.1...v0.0.2)

## [Version 0.0.1](https://github.com/animify/dribbblejs/releases/tag/v0.0.1) (2020-2-9)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dribbblejs",
"version": "0.0.1",
"version": "0.0.2",
"author": "Stefan Mansson <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -52,4 +52,4 @@
"dependencies": {
"whatwg-fetch": "^3.0.0"
}
}
}

0 comments on commit 22f016f

Please sign in to comment.