Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 29, 2022
1 parent 1f71996 commit 68b5a24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
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.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.0](https://github.com/kyranet/veza/compare/v1.1.0...v1.2.0) (2022-01-29)


### Features

* update everything in the repo ([#316](https://github.com/kyranet/veza/issues/316)) ([45bf8dd](https://github.com/kyranet/veza/commit/45bf8dd92ffe1a2aa676c137a9635863a79cab41))


### Bug Fixes

* 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)

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veza",
"version": "1.1.0",
"version": "1.2.0",
"description": "IPC/TCP Networking Utility to connect several processes with great speeds.",
"author": "kyranet <kyradiscord@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 68b5a24

Please sign in to comment.