Skip to content

Commit 80eedbe

Browse files
committed
chore(release): 1.1.0
1 parent 5b6d2f7 commit 80eedbe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
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.
4+
5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/Heziode/Simple-TLS-Client-Server-with-Node.js/compare/v1.0.0...v1.1.0) (2019-01-10)
7+
8+
9+
### Features
10+
11+
* improve cert generation scripts ([0ca5e52](https://github.com/Heziode/Simple-TLS-Client-Server-with-Node.js/commit/0ca5e52))
12+
* update client and server ([af56897](https://github.com/Heziode/Simple-TLS-Client-Server-with-Node.js/commit/af56897))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-tls-client-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "This project it's just a simple example of client/server app with Node.js",
55
"main": "tls-server.js",
66
"repository": {

0 commit comments

Comments
 (0)