We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c470a16 + 3457d56 commit df10f0fCopy full SHA for df10f0f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## CHANGELOG
2
3
+### 3.11.1 2021-06-11
4
+
5
+* Re-package to fix missing file
6
+* add "prepublishOnly" script and ignore all build assets (#177)
7
+* docs: adds info about built docs to README
8
9
### 3.11.0 2021-06-10
10
11
* Adds `SmartRate` functionality to the `Shipments` object (available by calling `getSmartrates()` on a shipment)
package.json
@@ -1,7 +1,7 @@
{
"name": "@easypost/api",
"description": "EasyPost Node Client Library",
- "version": "3.11.0",
+ "version": "3.11.1",
"author": "Easypost Engineering <support@easypost.com>",
"homepage": "https://easypost.com",
"bin": {
0 commit comments