From 28d8b225d8010b221de7c11850971b3fcc46283a Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 27 Feb 2020 18:58:22 +0100 Subject: [PATCH] chore(release): 0.0.1 --- CHANGELOG.md | 6 ++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6185e1a..03e421f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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. -### 0.0.3 (2020-02-27) +### 0.0.1 (2020-02-27) ### Features @@ -27,4 +27,6 @@ All notable changes to this project will be documented in this file. See [standa * add MS-MPPE-Send-Key and MS-MPPE-Recv-Key ([7e28c60](https://github.com/simllll/node-radius-server/commit/7e28c60d81abe4c2c5269babbf6ef5951d65d682)) * eap call is using wrong this, needs more refactoring later ([837453f](https://github.com/simllll/node-radius-server/commit/837453fca250abb45f1069405b96e29fc0e3e9c4)) -### [0.0.2](https://github.com/simllll/node-radius-server/compare/v0.0.1...v0.0.2) (2020-02-27) +# Changelog + +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. diff --git a/package-lock.json b/package-lock.json index a8f0cf3..e200d9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "radius-server", - "version": "0.0.3", + "version": "0.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5045c45..a3dfcea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "radius-server", "description": "radius server for google LDAP and TTLS", - "version": "0.0.3", + "version": "0.0.1", "engines": { "node": ">13.9.x" },