Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Nov 10, 2020
1 parent b0688b4 commit d24311b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [0.12.0] - 2020-11-10

- Updates documentation for reschedule method to show the newly required code parameter [`b0688b4617`](https://github.com/coconutcalendar/coconut-open-api-js/commit/b0688b4617)
- Adds required code parameter to reschedule an appointment [`a4935ab970`](https://github.com/coconutcalendar/coconut-open-api-js/commit/a4935ab970)

## [0.11.1] - 2020-11-10

- Add resource to services locations and users [`#19`](https://github.com/coconutcalendar/coconut-open-api-js/pull/19)
Expand Down Expand Up @@ -384,7 +389,8 @@
- Removes mocked call chain [`3c253abd0a`](https://github.com/coconutcalendar/coconut-open-api-js/commit/3c253abd0a)
- Removes ill-thought out version option [`d159644516`](https://github.com/coconutcalendar/coconut-open-api-js/commit/d159644516)

[Unreleased]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.11.1...HEAD
[Unreleased]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.10.4...v0.11.0
[0.10.4]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.10.3...v0.10.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coconut-open-api-js",
"version": "0.11.1",
"version": "0.12.0",
"description": "Coconut Calendar JS Open API SDK",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit d24311b

Please sign in to comment.