Compare commits

...

2 Commits

Author SHA1 Message Date
Giles Bradshaw f81c93786c chore(release): 0.0.5 2020-08-05 10:16:48 +01:00
Giles Bradshaw 9c7441d5d4 fix: forgot to build! 2020-08-05 10:16:31 +01:00
3 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,7 @@ steps:
- name: publish
image: plugins/npm
settings:
access: public
email:
from_secret: npm-email
password:

View File

@ -2,6 +2,13 @@
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.
### [0.0.5](https://sigyl.com/git/sigyl/jsonnet-drone-environment/compare/v0.0.4...v0.0.5) (2020-08-05)
### Bug Fixes
* forgot to build! ([9c7441d](https://sigyl.com///commit/9c7441d5d4aed214fcdf00feb23e56ed08c65de7))
### [0.0.4](https://sigyl.com/git/sigyl/jsonnet-drone-environment/compare/v0.0.3...v0.0.4) (2020-08-05)

View File

@ -1,6 +1,6 @@
{
"name": "@sigyl/jsonnet-drone-environment",
"version": "0.0.4",
"version": "0.0.5",
"description": "function compose",
"main": "environment.libsonnet",
"scripts": {