Skip to content

Commit 966a21e

Browse files
chore: release 1.0.0 (#161)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da02cbd commit 966a21e

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.0.0](https://www.github.com/ShipEngine/shipengine-js/compare/v1.0.0-rc.3...v1.0.0) (2021-08-11)
4+
5+
6+
### Features
7+
8+
* add validate addresses doc ([#151](https://www.github.com/ShipEngine/shipengine-js/issues/151)) ([be6cc0a](https://www.github.com/ShipEngine/shipengine-js/commit/be6cc0a452a7d14b0ae3cdf087c621b651616261))
9+
* create label from rate doc ([#158](https://www.github.com/ShipEngine/shipengine-js/issues/158)) ([042dfda](https://www.github.com/ShipEngine/shipengine-js/commit/042dfdaec6fc79f16e36f71ef914f3104e950393))
10+
* track by label ID doc ([#154](https://www.github.com/ShipEngine/shipengine-js/issues/154)) ([8335037](https://www.github.com/ShipEngine/shipengine-js/commit/8335037fe904d1c94fc20f9920e5f9602a8fcb9f))
11+
12+
13+
### Bug Fixes
14+
15+
* fixup readme ([d02c130](https://www.github.com/ShipEngine/shipengine-js/commit/d02c130b31c20604fc528cf0e87055e65c72dffa))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* release 1.0.0 ([da02cbd](https://www.github.com/ShipEngine/shipengine-js/commit/da02cbda8ac66c0778f77d6370f6aaac240241d4))
21+
322
## 1.0.0-rc.3 (2021-07-29)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipengine",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "The official ShipEngine JavaScript SDK for Node.js",
55
"keywords": [
66
"shipengine",

0 commit comments

Comments
 (0)