1
0
Fork 0

chore(release): 0.5.0

This commit is contained in:
ssube 2019-06-30 20:15:21 -05:00
parent 5f5b9939cc
commit c5ed983d2a
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 39 additions and 1 deletions

View File

@ -2,6 +2,44 @@
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. 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.5.0](///compare/v0.4.1...v0.5.0) (2019-07-01)
### Bug Fixes
* make -v an alias for --version 5f5b993
* **build:** actually fix mdl config 675b200
* **build:** add rpt2 cache to cache rather than artifacts 0996390
* **build:** artifact all output 9eacea6
* **build:** attempt to fix mdl config 24ebc9e
* **build:** clean up output directory between builds 30ea7d6
* **build:** move sinon to vendor chunk d02b223
* **build:** run generic build target c41d9d0
* **build:** split index into its own chunk 8351fff
* **container:** set up as cli tool within container ef2a9c9
* **rules/tsconfig:** correctly enforce lib/target for esnext 62d58fe
### Build System
* image build and global install targets 8368271
* remove license from chunks ac86e69
* remove redundant tsconfig options 37c0dbb
* **package:** set module entry point to main bundle 7e2d20e
* split vendor chunk 96d15bb
### Features
* **rules:** add tsconfig rules 27843c6
* **rules:** kubernetes rule to require labels aa350cc
* **rules/tsconfig:** check for suppressed errors d11f3d6
* **test:** begin testing visitor 31d1977
* configure renovate for semantic commits fbcc143
* extend renovate presets 2d0b7ad
### [0.4.1](https://github.com/ssube/salty-dog/compare/v0.4.0...v0.4.1) (2019-06-29) ### [0.4.1](https://github.com/ssube/salty-dog/compare/v0.4.0...v0.4.1) (2019-06-29)

View File

@ -1,6 +1,6 @@
{ {
"name": "salty-dog", "name": "salty-dog",
"version": "0.4.1", "version": "0.5.0",
"description": "Rule-based JSON/YAML validator using JSON schemas", "description": "Rule-based JSON/YAML validator using JSON schemas",
"keywords": [ "keywords": [
"cli", "cli",