Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-tkachenko committed Sep 7, 2020
1 parent fc6be81 commit 114d00c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fbl-plugins/k8s-helm",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"description": "FBL plugin for K8s Helm CLI",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"typedi": "0.8.0"
},
"peerDependencies": {
"fbl": ">=1.10.0 <2.0.0"
"fbl": ">=1.14.0 <2.0.0"
},
"devDependencies": {
"@commitlint/cli": "9.1.2",
Expand All @@ -42,7 +42,7 @@
"commitizen": "4.2.1",
"conventional-changelog-cli": "2.1.0",
"cz-conventional-changelog": "3.3.0",
"fbl": "1.14.0-beta.3",
"fbl": "1.14.0",
"husky": "4.2.5",
"jsonlint": "1.6.3",
"lint-staged": "10.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3053,10 +3053,10 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"

fbl@1.14.0-beta.3:
version "1.14.0-beta.3"
resolved "https://registry.yarnpkg.com/fbl/-/fbl-1.14.0-beta.3.tgz#d8787411cb7660d2ab2f2d83673335e82bdc2682"
integrity sha512-GZXMxrRyhGt5O7zsf77a1sykh/17ebUXzoQ/irNjOSnk4GcbcEkbbe0LNniCWniB/H5CPiYsv8lK8mbwOz/ogA==
fbl@1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/fbl/-/fbl-1.14.0.tgz#6f1ecbd239d8c05af5bff1795959099cec8a3297"
integrity sha512-MxCJshmnKMytEEI6UQvyXU7mQwEsiyzNvajPDkeYIkh6z7DuPHg7EJ1E5YVpbog93jtGbiPEagBDrhxg6nv1ZA==
dependencies:
cliui "7.0.1"
colors "1.4.0"
Expand Down

0 comments on commit 114d00c

Please sign in to comment.