Skip to content

Commit

Permalink
release: 2021-10-17, Version 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dependant-bot committed Oct 17, 2021
1 parent 48b8474 commit 0c21601
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions packages/tcp-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# @skyring/tcp-transport [4.0.0](https://github.com/esatterwhite/skyring/compare/@skyring/tcp-transport@3.0.0...@skyring/tcp-transport@4.0.0) (2021-10-17)


### Chores

* **lint**: implement new lint setup for skyring [b185cbf](https://github.com/esatterwhite/skyring/commit/b185cbf97130b268ef2ea84f2f92d9b64b130377) - Eric Satterwhite
* **release**: convert release process to semantic release [9aebfa0](https://github.com/esatterwhite/skyring/commit/9aebfa0389e6fc1f71b800469ffcbe27228d7a95) - Eric Satterwhite


### Features

* **pkg**: replace lerna w/ pnpm [d54aef4](https://github.com/esatterwhite/skyring/commit/d54aef46d34a3dd18b4ce0d3f22c9ea27d8d1f64) - Eric Satterwhite


### Lint

* lint rulels applied [b87bc47](https://github.com/esatterwhite/skyring/commit/b87bc477901589d21b11a5cdb3157752dd07a4fa) - esatterwhite


### **BREAKING CHANGES**

* **pkg:** changes how the docker images are built using pnpm





### Dependencies

* **skyring:** upgraded to 11.0.0
4 changes: 2 additions & 2 deletions packages/tcp-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyring/tcp-transport",
"version": "3.0.0",
"version": "4.0.0",
"description": "A TCP transport for skyring service",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"eslint": "^7.8.1",
"eslint-config-codedependant": "^1.0.0",
"sinon": "^9.0.0",
"skyring": "^10.1.0",
"skyring": "11.0.0",
"supertest": "^3.0.0",
"tap": "^14.10.8"
}
Expand Down

0 comments on commit 0c21601

Please sign in to comment.