Skip to content

Commit

Permalink
Prepare for v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpmmx committed Jun 14, 2022
1 parent 951e6e7 commit 0d1b9e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2022-06-14
### Added
- New `getTasks` endpoints for Teams and Workers

## [1.2.10] - 2022-03-08
### Fixed
- `forceComplete` endpoint does not provide a response body. so, it was throwing a fetch error
Expand Down Expand Up @@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release on npm

[Unreleased]: https://github.com/onfleet/node-onfleet/compare/v1.2.9...HEAD
[Unreleased]: https://github.com/onfleet/node-onfleet/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/onfleet/node-onfleet/compare/v1.2.10...v1.3.0
[1.2.10]: https://github.com/onfleet/node-onfleet/compare/v1.2.9...v1.2.10
[1.2.9]: https://github.com/onfleet/node-onfleet/compare/v1.2.8...v1.2.9
[1.2.8]: https://github.com/onfleet/node-onfleet/compare/v1.2.7...v1.2.8
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onfleet/node-onfleet",
"version": "1.2.10",
"version": "1.3.0",
"description": "Onfleet's Node.js API Wrapper Package",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0d1b9e6

Please sign in to comment.