chore(release): 1.1.2

This commit is contained in:
Nicolai Ort 2020-12-13 09:55:49 +01:00
parent f191d9b478
commit fd44a40d1c
3 changed files with 5118 additions and 3 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# 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.2 (2020-12-13)

5107
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
{
"name": "@odit/lfk-client",
"description": "A lib to interact with https://git.odit.services/lfk/backend",
"version": "1.1.0",
"version": "1.1.2",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.ts",
"scripts": {
"postversion": "git push --follow-tags"
"postversion": "standard-version"
},
"repository": {
"type": "git",
@ -25,5 +25,8 @@
"bugs": {
"url": "https://git.odit.services/lfk/lib/issues"
},
"homepage": "https://git.odit.services/lfk/lib/"
"homepage": "https://git.odit.services/lfk/lib/",
"devDependencies": {
"standard-version": "^9.0.0"
}
}