Skip to content

Commit 68b5a24

Browse files
committed
chore(release): 1.2.0
1 parent 1f71996 commit 68b5a24

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/).
5+
## [1.2.0](https://github.com/kyranet/veza/compare/v1.1.0...v1.2.0) (2022-01-29)
6+
7+
8+
### Features
9+
10+
* update everything in the repo ([#316](https://github.com/kyranet/veza/issues/316)) ([45bf8dd](https://github.com/kyranet/veza/commit/45bf8dd92ffe1a2aa676c137a9635863a79cab41))
11+
12+
13+
### Bug Fixes
14+
15+
* ensure client socket is writeable before writing to it ([405190b](https://github.com/kyranet/veza/commit/405190bbf1e4a174f46c75baf8b3b75621bf02fb)), closes [#231](https://github.com/kyranet/veza/issues/231)
716

817
## 1.1.0
918

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veza",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "IPC/TCP Networking Utility to connect several processes with great speeds.",
55
"author": "kyranet <kyradiscord@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)