From ee8129aa6e868a376dedf78c421adc57c58a340d Mon Sep 17 00:00:00 2001 From: JounQin Date: Sun, 3 Nov 2019 09:53:06 +0000 Subject: [PATCH] chore: release package(s) - @1stg/tslint-config@0.5.3-beta.0 --- packages/tslint-config/CHANGELOG.md | 11 +++++++++++ packages/tslint-config/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/tslint-config/CHANGELOG.md b/packages/tslint-config/CHANGELOG.md index 2165efcf..5dead606 100644 --- a/packages/tslint-config/CHANGELOG.md +++ b/packages/tslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.3-beta.0](https://github.com/1stG/configs/compare/@1stg/tslint-config@0.5.3...@1stg/tslint-config@0.5.3-beta.0) (2019-11-03) + + +### Bug Fixes + +* **tslint-config:** add async_hooks and child_process to builtin group ([821081b](https://github.com/1stG/configs/commit/821081bf57cb88161d6fa280129122a059a8232a)) + + + + + ## [0.5.3](https://github.com/1stG/configs/compare/@1stg/tslint-config@0.5.2...@1stg/tslint-config@0.5.3) (2019-11-03) diff --git a/packages/tslint-config/package.json b/packages/tslint-config/package.json index f635b8b0..44de82dc 100644 --- a/packages/tslint-config/package.json +++ b/packages/tslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/tslint-config", - "version": "0.5.3-beta", + "version": "0.5.3-beta.0", "description": "Personal but Shareable TSLint Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ",