chore(release): 0.0.7
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-08-12 14:10:03 +01:00
parent edc6b29404
commit 358a3d259f
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,19 @@
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.7](https://sigyl.com/git/stack/squid/compare/v0.0.6...v0.0.7) (2020-08-12)
### Features
* pre-commit hook to build jsonnet ([2377c54](https://sigyl.com///commit/2377c542e3a7f6e026239a1655d1c50c9d87e019))
### Bug Fixes
* change file mode ([c03054a](https://sigyl.com///commit/c03054a23c227305c7b1dfb943241c2b5ac16677))
* git-hooks ([0d61cf5](https://sigyl.com///commit/0d61cf53ca9db5b10b9800f9af4628612cd4950f))
### [0.0.6](https://sigyl.com/git/stack/squid/compare/v0.0.5...v0.0.6) (2020-08-12)

View File

@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"release": "standard-version",
"release:message": "standard-version --releaseCommitMessageFormat",