diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 2b7957e..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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. - -## 1.1.0 (2022-02-14) - - -### Features - -* added conventional commits ([741cf13](https://github.com/EvolutionX-10/Sern/commit/741cf13fd56ac49ebca6f73ecc3a2209f00e774d)) diff --git a/package-lock.json b/package-lock.json index 24775ec..798d97c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sern-handler", - "version": "1.1.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sern-handler", - "version": "1.1.0", + "version": "0.1.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.10.2", diff --git a/package.json b/package.json index 512392c..1a18ee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sern-handler", - "version": "1.1.0", + "version": "0.1.0", "description": "", "main": "dist/index.js", "scripts": {