chore(release): 1.1.0

This commit is contained in:
EvolutionX
2022-02-14 23:00:24 +05:30
parent 9174838b09
commit 8e027f8342
3 changed files with 15 additions and 5 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# 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))

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "sern-handler",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sern-handler",
"version": "1.0.0",
"version": "1.1.0",
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.2",

View File

@@ -1,6 +1,6 @@
{
"name": "sern-handler",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
@@ -29,7 +29,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}