From 8dddb852c13cae1f704887a939609255b74b0a95 Mon Sep 17 00:00:00 2001 From: Micha?l HENKENS Date: Tue, 13 Dec 2022 15:26:10 +0100 Subject: [PATCH] chore(release): release 1.7.0 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1a9764..83b78b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.7.0](https://github.com/NationalBankBelgium/code-style/compare/1.6.0...1.7.0) (2022-12-13) + +### Features + +- **tsconfig:** add support for typescript 4.4.x and angular >= 13.0.0 ([d7b4d75](https://github.com/NationalBankBelgium/code-style/commit/d7b4d75a9cce6f39cac70fbd4759b5f4c50c1cbf)) + # [1.6.0](https://github.com/NationalBankBelgium/code-style/compare/1.5.0...1.6.0) (2021-08-03) ### Bug Fixes @@ -84,11 +90,16 @@ - **tslint:** add support for tslint 6.0.x ([9f76097](https://github.com/NationalBankBelgium/code-style/commit/9f76097c97fd9172e5c5681dc8a16def508ec9f1)) - **tslint:** add support for tslint 6.1.x ([5400f64](https://github.com/NationalBankBelgium/code-style/commit/5400f6493ccce67f0dc1a5b5ce7e22a3f9b087ee)), closes [#15](https://github.com/NationalBankBelgium/code-style/issues/15) -## [1.1.1](https://github.com/NationalBankBelgium/code-style/compare/1.0.1...1.1.1) (2020-02-19) +## [1.1.1](https://github.com/NationalBankBelgium/code-style/compare/1.1.0...1.1.1) (2020-02-19) ### Bug Fixes - **stylelint:** disable incorrecly enabled stylelint rules from stylelint 10.0.x to 13.0.x ([4c9a213](https://github.com/NationalBankBelgium/code-style/commit/4c9a213294cec17eded707fc2f411380a64e0398)), closes [#32](https://github.com/NationalBankBelgium/code-style/issues/32) + +# [1.1.0](https://github.com/NationalBankBelgium/code-style/compare/1.0.1...1.1.0) (2020-02-18) + +### Bug Fixes + - **stylelint:** remove wrong extend to "stylelint-config-prettier" in stylelint 9.10.x configuration.
The `stylelint/9.10.x` config was mistakenly extending from `stylelint-config-prettier` and therefore the `"extends": "stylelint-config-prettier"` has been removed from that config since `code-style` doesn't depend on such library in any way.
Please add that yourself in your stylelint config if necessary. ([d6e6431](https://github.com/NationalBankBelgium/code-style/commit/d6e64312e2696b738e6f0293511aa2bebc445328)), closes [#17](https://github.com/NationalBankBelgium/code-style/issues/17) - **tslint:** remove the rules of TSLint v4.4+ from the 4.3.x subpackage ([33043da](https://github.com/NationalBankBelgium/code-style/commit/33043da212228b4b93008b10ed69817e785c79ad)), closes [#14](https://github.com/NationalBankBelgium/code-style/issues/14) diff --git a/package-lock.json b/package-lock.json index 87c4a4d3..d31132a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalbankbelgium/code-style", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nationalbankbelgium/code-style", - "version": "1.6.0", + "version": "1.7.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index d02d82e0..0bab3fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalbankbelgium/code-style", - "version": "1.6.0", + "version": "1.7.0", "description": "Front-End code style", "author": { "email": "alexis.georges@nbb.be",