diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 5be0c82..b7297c4 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/browserslist-config@1.0.4...@lmc-eu/browserslist-config@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **browserslist:** Drop support for Node.js v14 and older ([ccf0a65](https://github.com/lmc-eu/code-quality-tools/commit/ccf0a65)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/browserslist-config + ## 1.0.4 (2023-01-16) diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 8e2b829..5a40955 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/browserslist-config", - "version": "1.0.4", + "version": "2.0.0", "description": "LMC's config for Browserslist", "keywords": [ "browserslist", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 8e74828..1d7efd4 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@1.0.18...@lmc-eu/commitlint-config@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **commitlint:** Drop support for Node.js v14 and older ([91e8f20](https://github.com/lmc-eu/code-quality-tools/commit/91e8f20)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/commitlint-config + ## [1.0.18](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@1.0.17...@lmc-eu/commitlint-config@1.0.18) (2023-10-06) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index fdc5a2b..d37b269 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/commitlint-config", - "version": "1.0.18", + "version": "2.0.0", "description": "LMC's configuration for commitlint", "keywords": [ "commitlint", @@ -23,6 +23,6 @@ }, "dependencies": { "@commitlint/config-conventional": "^17.0.0", - "@lmc-eu/conventional-changelog-lmc": "^1.3.2" + "@lmc-eu/conventional-changelog-lmc": "^2.0.0" } } diff --git a/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md b/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md index c866212..4e47cd0 100644 --- a/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md +++ b/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@2.3.2...@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **conventional-changelog:** Drop support for Node.js v14 ([d23674b](https://github.com/lmc-eu/code-quality-tools/commit/d23674b)), closes [#130](https://jira.int.lmc.cz/browse/130) + +**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-bitbucket + ## [2.3.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@2.3.1...@lmc-eu/conventional-changelog-lmc-bitbucket@2.3.2) (2023-10-06) diff --git a/packages/conventional-changelog-lmc-bitbucket/package.json b/packages/conventional-changelog-lmc-bitbucket/package.json index 1b982e3..7ff9762 100644 --- a/packages/conventional-changelog-lmc-bitbucket/package.json +++ b/packages/conventional-changelog-lmc-bitbucket/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/conventional-changelog-lmc-bitbucket", - "version": "2.3.2", + "version": "3.0.0", "description": "conventional-changelog LMC preset for BitBucket", "keywords": [ "lmc", @@ -30,7 +30,7 @@ "test": "is-ci || jest --maxWorkers=50%" }, "dependencies": { - "@lmc-eu/conventional-changelog-lmc": "^1.3.2", + "@lmc-eu/conventional-changelog-lmc": "^2.0.0", "q": "^1.5.1" }, "devDependencies": { diff --git a/packages/conventional-changelog-lmc-github/CHANGELOG.md b/packages/conventional-changelog-lmc-github/CHANGELOG.md index baca886..f83fb9b 100644 --- a/packages/conventional-changelog-lmc-github/CHANGELOG.md +++ b/packages/conventional-changelog-lmc-github/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@2.3.2...@lmc-eu/conventional-changelog-lmc-github@3.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **conventional-changelog:** Drop support for Node.js v14 ([94f7805](https://github.com/lmc-eu/code-quality-tools/commit/94f7805)), closes [#130](https://github.com/lmc-eu/issues/130) + +**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-github + ## [2.3.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@2.3.1...@lmc-eu/conventional-changelog-lmc-github@2.3.2) (2023-10-06) diff --git a/packages/conventional-changelog-lmc-github/package.json b/packages/conventional-changelog-lmc-github/package.json index 6dab0e0..3c866d2 100644 --- a/packages/conventional-changelog-lmc-github/package.json +++ b/packages/conventional-changelog-lmc-github/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/conventional-changelog-lmc-github", - "version": "2.3.2", + "version": "3.0.0", "description": "conventional-changelog LMC preset for GitHub", "keywords": [ "lmc", @@ -30,7 +30,7 @@ "test": "is-ci || jest --maxWorkers=50%" }, "dependencies": { - "@lmc-eu/conventional-changelog-lmc": "^1.3.2", + "@lmc-eu/conventional-changelog-lmc": "^2.0.0", "q": "^1.5.1" }, "devDependencies": { diff --git a/packages/conventional-changelog-lmc/CHANGELOG.md b/packages/conventional-changelog-lmc/CHANGELOG.md index b6e3c66..0ff2eba 100644 --- a/packages/conventional-changelog-lmc/CHANGELOG.md +++ b/packages/conventional-changelog-lmc/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@1.3.2...@lmc-eu/conventional-changelog-lmc@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **conventional-changelog:** Drop support for Node.js v14 ([c078433](https://github.com/lmc-eu/code-quality-tools/commit/c078433)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc + ## [1.3.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@1.3.1...@lmc-eu/conventional-changelog-lmc@1.3.2) (2023-10-06) diff --git a/packages/conventional-changelog-lmc/package.json b/packages/conventional-changelog-lmc/package.json index 85bfc12..a6bf6f1 100644 --- a/packages/conventional-changelog-lmc/package.json +++ b/packages/conventional-changelog-lmc/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/conventional-changelog-lmc", - "version": "1.3.2", + "version": "2.0.0", "description": "conventional-changelog LMC parser and writer", "keywords": [ "lmc", diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index 28a25af..5d56e12 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@2.0.0...@lmc-eu/eslint-config-base@3.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **eslint-config-base:** Drop support for Node.js v17 and ([49ccd03](https://github.com/lmc-eu/code-quality-tools/commit/49ccd03)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/eslint-config-base + # [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@1.1.6...@lmc-eu/eslint-config-base@2.0.0) (2023-10-06) diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index b4449b0..21c0075 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/eslint-config-base", - "version": "2.0.0", + "version": "3.0.0", "description": "LMC's ESlint configuration preset", "keywords": [ "eslint", diff --git a/packages/eslint-config-graphql/CHANGELOG.md b/packages/eslint-config-graphql/CHANGELOG.md index 4299093..2a930d3 100644 --- a/packages/eslint-config-graphql/CHANGELOG.md +++ b/packages/eslint-config-graphql/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@2.0.0...@lmc-eu/eslint-config-graphql@3.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **eslint-config-graphql:** Drop support for Node.js v17 and ([d54c60e](https://github.com/lmc-eu/code-quality-tools/commit/d54c60e)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/eslint-config-graphql + # [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@1.0.2...@lmc-eu/eslint-config-graphql@2.0.0) (2023-10-06) diff --git a/packages/eslint-config-graphql/package.json b/packages/eslint-config-graphql/package.json index d503a8f..1eb5749 100644 --- a/packages/eslint-config-graphql/package.json +++ b/packages/eslint-config-graphql/package.json @@ -1,7 +1,7 @@ { "name": "@lmc-eu/eslint-config-graphql", "description": "LMC's ESLint config for javascript applications that use GraphQL and Apollo client.", - "version": "2.0.0", + "version": "3.0.0", "author": "Tomas Litera ", "keywords": [ "config", @@ -28,7 +28,7 @@ "main": "index.js", "dependencies": { "@graphql-eslint/eslint-plugin": "^3.19.1", - "@lmc-eu/eslint-config-base": "^2.0.0", + "@lmc-eu/eslint-config-base": "^3.0.0", "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "peerDependencies": { diff --git a/packages/eslint-config-jest/CHANGELOG.md b/packages/eslint-config-jest/CHANGELOG.md index a1d6395..0491a39 100644 --- a/packages/eslint-config-jest/CHANGELOG.md +++ b/packages/eslint-config-jest/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@2.1.1...@lmc-eu/eslint-config-jest@3.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **eslint-config-jest:** Drop support for Node.js v14 ([24d2edb](https://github.com/lmc-eu/code-quality-tools/commit/24d2edb)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/eslint-config-jest + ## [2.1.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@2.1.0...@lmc-eu/eslint-config-jest@2.1.1) (2023-10-06) diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json index e90af36..817bc87 100644 --- a/packages/eslint-config-jest/package.json +++ b/packages/eslint-config-jest/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/eslint-config-jest", - "version": "2.1.1", + "version": "3.0.0", "description": "LMC's ESlint configuration for projects using Jest as test runner", "keywords": [ "eslint", @@ -26,7 +26,7 @@ "url": "https://github.com/lmc-eu/code-quality-tools/issues" }, "dependencies": { - "@lmc-eu/eslint-config-base": "^2.0.0", + "@lmc-eu/eslint-config-base": "^3.0.0", "eslint-plugin-jest": "^27.0.0", "eslint-plugin-jest-formatting": "^3.1.0" }, diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 03f5632..ff879a3 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@1.1.2...@lmc-eu/eslint-config-react@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **eslint-config-react:** Drop support for Node.js v14 ([6e609e4](https://github.com/lmc-eu/code-quality-tools/commit/6e609e4)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/eslint-config-react + ## [1.1.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@1.1.1...@lmc-eu/eslint-config-react@1.1.2) (2023-10-06) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index f62f030..67259bd 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/eslint-config-react", - "version": "1.1.2", + "version": "2.0.0", "description": "LMC's ESlint configuration for React projects", "keywords": [ "eslint", @@ -28,7 +28,7 @@ "dependencies": { "@babel/core": "^7.16.5", "@babel/eslint-parser": "^7.16.5", - "@lmc-eu/eslint-config-base": "^2.0.0", + "@lmc-eu/eslint-config-base": "^3.0.0", "eslint-config-airbnb": "^19.0.2" }, "peerDependencies": { diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 2434f47..40f10ee 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@1.0.1...@lmc-eu/eslint-config-typescript@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **eslint-config-typescript:** Drop support for Node.js v17 ([40f42a6](https://github.com/lmc-eu/code-quality-tools/commit/40f42a6)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/eslint-config-typescript + ## [1.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@1.0.0...@lmc-eu/eslint-config-typescript@1.0.1) (2023-10-06) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 0246fc5..9482f51 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,7 +1,7 @@ { "name": "@lmc-eu/eslint-config-typescript", "description": "LMC's ESLint config for TypeScript projects", - "version": "1.0.1", + "version": "2.0.0", "keywords": [ "config", "eslint", @@ -26,7 +26,7 @@ }, "main": "index.js", "dependencies": { - "@lmc-eu/eslint-config-base": "^2.0.0", + "@lmc-eu/eslint-config-base": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint-import-resolver-typescript": "^3.2.7" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 8c6e9b0..7ff2aff 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/prettier-config@1.2.4...@lmc-eu/prettier-config@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **prettier:** Drop support for Node.js v14 and older ([4af5a9f](https://github.com/lmc-eu/code-quality-tools/commit/4af5a9f)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/prettier-config + ## 1.2.4 (2023-01-16) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 00e77b6..f580c00 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/prettier-config", - "version": "1.2.4", + "version": "2.0.0", "description": "LMC's ESlint configuration for Prettier", "keywords": [ "prettier", diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index dfe8a61..9699359 100644 --- a/packages/renovate-config/CHANGELOG.md +++ b/packages/renovate-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/renovate-config@1.2.0...@lmc-eu/renovate-config@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **renovate:** Drop support for Node.js v14 and older ([3e92473](https://github.com/lmc-eu/code-quality-tools/commit/3e92473)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/renovate-config + # 1.2.0 (2023-01-16) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 415a3c4..807c138 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/renovate-config", - "version": "1.2.0", + "version": "2.0.0", "description": "LMC's renovate configuration for dependencies upgrades", "keywords": [ "renovate", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index e9b5a3c..5d6f2a7 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [7.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/stylelint-config@6.0.0...@lmc-eu/stylelint-config@7.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **stylelint:** Drop support for Node.js v14 and older ([dc2f921](https://github.com/lmc-eu/code-quality-tools/commit/dc2f921)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/stylelint-config + # [6.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/stylelint-config@5.0.0...@lmc-eu/stylelint-config@6.0.0) (2023-01-16) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 56abdbc..cc55290 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/stylelint-config", - "version": "6.0.0", + "version": "7.0.0", "description": "LMC's config for Stylelint", "keywords": [ "stylelint", diff --git a/packages/textlint-rule-preset-lmc/CHANGELOG.md b/packages/textlint-rule-preset-lmc/CHANGELOG.md index acbcf1c..2d97599 100644 --- a/packages/textlint-rule-preset-lmc/CHANGELOG.md +++ b/packages/textlint-rule-preset-lmc/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/textlint-rule-preset-lmc@1.0.0...@lmc-eu/textlint-rule-preset-lmc@2.0.0) (2023-10-06) + +### BREAKING CHANGES + +- **textlint:** Drop support for Node.js v14 ([e144645](https://github.com/lmc-eu/code-quality-tools/commit/e144645)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) + +**Note:** Version bump only for package @lmc-eu/textlint-rule-preset-lmc + # 1.0.0 (2023-01-16) diff --git a/packages/textlint-rule-preset-lmc/package.json b/packages/textlint-rule-preset-lmc/package.json index f6b993d..a9f7bff 100644 --- a/packages/textlint-rule-preset-lmc/package.json +++ b/packages/textlint-rule-preset-lmc/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/textlint-rule-preset-lmc", - "version": "1.0.0", + "version": "2.0.0", "description": "LMC's config for Textlint", "keywords": [ "textlint",