Compare commits

...

3 Commits

Author SHA1 Message Date
Giles Bradshaw b297ee94e5 chore(release): 0.0.4 2020-08-05 10:07:28 +01:00
Giles Bradshaw b02ddf155b fix: changed access to public 2020-08-05 10:07:01 +01:00
Giles Bradshaw a351b80e89 fix: main in package.json 2020-08-05 10:01:52 +01:00
3 changed files with 11 additions and 2 deletions

View File

@ -24,6 +24,7 @@
email: {
from_secret: 'npm-email',
},
access: 'public',
},
},

View File

@ -2,6 +2,14 @@
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.4](https://sigyl.com/git/sigyl/jsonnet-drone-environment/compare/v0.0.3...v0.0.4) (2020-08-05)
### Bug Fixes
* changed access to public ([b02ddf1](https://sigyl.com///commit/b02ddf155bbc18cdcc9520432e37881ddc1e0b6b))
* main in package.json ([a351b80](https://sigyl.com///commit/a351b80e895ae546de4c804b7a46e0aefae7e02b))
### [0.0.3](https://sigyl.com/git/sigyl/jsonnet-drone-environment/compare/v0.0.2...v0.0.3) (2020-08-05)
### 0.0.2 (2020-08-05)

View File

@ -1,8 +1,8 @@
{
"name": "@sigyl/jsonnet-drone-environment",
"version": "0.0.3",
"version": "0.0.4",
"description": "function compose",
"main": "compose.libsonnet",
"main": "environment.libsonnet",
"scripts": {
"publish": "git push --follow-tags origin master && npm publish",
"release": "standard-version",