From d6adc63c1691f32efea9f7574680cdcfc29cc013 Mon Sep 17 00:00:00 2001 From: JavaScript Room Bot Date: Sun, 14 Mar 2021 18:20:29 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/room-js/eslint-config-ts/compare/v1.0.4...v1.0.5) (2021-03-14) ### Bug Fixes * update CI tokens ([aa77dbe](https://github.com/room-js/eslint-config-ts/commit/aa77dbe3f191e398d6a78c688dfd11f2a58880de)) * Update config ([5a32ea9](https://github.com/room-js/eslint-config-ts/commit/5a32ea9f1a9b1669f0de1327e5a9438ce7d44c23)) * updated CI config ([a6654ea](https://github.com/room-js/eslint-config-ts/commit/a6654ea8bbd1c48cea0830e52b2e2f7e3964cd53)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74bc1d..2b1bb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.5](https://github.com/room-js/eslint-config-ts/compare/v1.0.4...v1.0.5) (2021-03-14) + + +### Bug Fixes + +* update CI tokens ([aa77dbe](https://github.com/room-js/eslint-config-ts/commit/aa77dbe3f191e398d6a78c688dfd11f2a58880de)) +* Update config ([5a32ea9](https://github.com/room-js/eslint-config-ts/commit/5a32ea9f1a9b1669f0de1327e5a9438ce7d44c23)) +* updated CI config ([a6654ea](https://github.com/room-js/eslint-config-ts/commit/a6654ea8bbd1c48cea0830e52b2e2f7e3964cd53)) + ## [1.0.4](https://github.com/room-js/eslint-config-ts/compare/v1.0.3...v1.0.4) (2020-09-02) diff --git a/package-lock.json b/package-lock.json index c95f349..67f64d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@roomjs/eslint-config-ts", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1275b5..f3e1919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roomjs/eslint-config-ts", - "version": "1.0.4", + "version": "1.0.5", "description": "ESLint configuration for TypeScript projects", "main": "lib/index.js", "scripts": {