From 1c28c8bfc3b07e7724fab3c92e0e6c75a3cfbd20 Mon Sep 17 00:00:00 2001 From: Manuel Lopez Date: Fri, 11 Sep 2020 23:04:22 -0500 Subject: [PATCH] (release) 0.5.2 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532238b..c3e4b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ As per semantic versioning ## [Unreleased] +## [0.5.2] - September 11, 2020 +- Removed yarn-check.js from published package. + + ## [0.5.1] - September 11, 2020 - Fixed logic to only lint project files. @@ -56,7 +60,8 @@ As per semantic versioning - Migrated tc-builder modified source code to this project. -[Unreleased]: https://github.com/iOffice/ci-builder-eslib/compare/0.5.1...HEAD +[Unreleased]: https://github.com/iOffice/ci-builder-eslib/compare/0.5.2...HEAD +[0.5.2]: https://github.com/iOffice/ci-builder-eslib/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/iOffice/ci-builder-eslib/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/iOffice/ci-builder-eslib/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/iOffice/ci-builder-eslib/compare/0.3.3...0.4.0 diff --git a/package.json b/package.json index ced0d05..7a3dce6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ioffice/ci-builder", - "version": "0.5.1", + "version": "0.5.2", "description": "A continuous integration builder", "main": "index.js", "typings": "index.d.ts",