From c5ed983d2a5365fe681bfa2c891e6f5f15ff5a7c Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 20:15:21 -0500 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7b557..4712bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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) diff --git a/package.json b/package.json index 9f3538c..bff2a8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salty-dog", - "version": "0.4.1", + "version": "0.5.0", "description": "Rule-based JSON/YAML validator using JSON schemas", "keywords": [ "cli",