Revert "chore(release): 1.1.2"

This reverts commit fd44a40d1c60e3ecb1addb2e47e85f851cce6ca8.
This commit is contained in:
Nicolai Ort 2020-12-13 09:56:25 +01:00
parent fd44a40d1c
commit e57de23b9f
3 changed files with 3 additions and 5118 deletions

View File

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

5107
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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