Skip to content

Commit

Permalink
chore(release): publish v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arastra committed May 19, 2020
1 parent e2ea7a4 commit 897a2aa
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/aristanetworks/cloudvision/compare/v4.1.0...v4.2.0) (2020-05-19)


### Bug Fixes

* **cloudvision-connector:** Rename request args and add default ([1c40ef2](https://github.com/aristanetworks/cloudvision/commit/1c40ef2b027ca9d48d8bec90f3391585d0eb7321))


### Features

* **cloudvision-connector:** Refactor typings ([6668680](https://github.com/aristanetworks/cloudvision/commit/66686801705fca50e40226957bbca61bf42c6285))





# [4.1.0](https://github.com/aristanetworks/cloudvision/compare/v4.0.5...v4.1.0) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"packages": [
"packages/*"
],
"version": "4.1.0"
"version": "4.2.0"
}
8 changes: 8 additions & 0 deletions packages/a-msgpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/aristanetworks/cloudvision/compare/v4.1.0...v4.2.0) (2020-05-19)

**Note:** Version bump only for package a-msgpack





# [4.1.0](https://github.com/aristanetworks/cloudvision/compare/v4.0.5...v4.1.0) (2020-05-11)

**Note:** Version bump only for package a-msgpack
Expand Down
2 changes: 1 addition & 1 deletion packages/a-msgpack/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 packages/a-msgpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a-msgpack",
"version": "4.1.0",
"version": "4.2.0",
"description": "A minimalistic NEAT (MessagePack based) encoder and decoder for JavaScript.",
"author": "Stephane Rufer <[email protected]>",
"homepage": "http://www.arista.com",
Expand Down
16 changes: 16 additions & 0 deletions packages/cloudvision-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/aristanetworks/cloudvision/compare/v4.1.0...v4.2.0) (2020-05-19)


### Bug Fixes

* **cloudvision-connector:** Rename request args and add default ([1c40ef2](https://github.com/aristanetworks/cloudvision/commit/1c40ef2b027ca9d48d8bec90f3391585d0eb7321))


### Features

* **cloudvision-connector:** Refactor typings ([6668680](https://github.com/aristanetworks/cloudvision/commit/66686801705fca50e40226957bbca61bf42c6285))





# [4.1.0](https://github.com/aristanetworks/cloudvision/compare/v4.0.5...v4.1.0) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/cloudvision-connector/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cloudvision-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudvision-connector",
"version": "4.1.0",
"version": "4.2.0",
"description": "A module to communicate with the CloudVision API server",
"author": "[email protected]",
"homepage": "http://www.arista.com",
Expand Down Expand Up @@ -50,7 +50,7 @@
"switch"
],
"dependencies": {
"a-msgpack": "4.1.0",
"a-msgpack": "4.2.0",
"base64-js": "1.3.1",
"imurmurhash": "0.1.4",
"jsbi": "3.1.2"
Expand Down

0 comments on commit 897a2aa

Please sign in to comment.