Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 6f76394

Browse files
authored
Merge pull request #84 from smartsheet-platform/tkreamer/security-update-release-docs
Increment package version. Add docs for package version.
2 parents f500afc + c3b1119 commit 6f76394

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## 2.77.2 - Aug 9, 2019
11+
- Updated the following dependencies due to security vulnerabilities:
12+
- `set-value`
13+
- `union-value`
14+
- `mixin-deep`
15+
- `lodash`
16+
- `lodash.merge`
17+
1018
## 2.77.1 - June 6, 2019
1119
- Updated `js-yaml` and `handlebars` dependencies due to security vulnerabilities
1220
- Automated publication process to npm using Travis CI

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smartsheet",
3-
"version": "2.77.1",
3+
"version": "2.77.2",
44
"description": "Smartsheet JavaScript client SDK",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)