chore(release): publish

- @ivuorinen/base-configs@1.1.16
 - @ivuorinen/eslint-config@0.4.6
This commit is contained in:
ivuorinen
2023-12-05 14:27:25 +00:00
parent 694b4892e5
commit aa0ce496b8
4 changed files with 13 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.15...@ivuorinen/base-configs@1.1.16) (2023-12-05)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.14...@ivuorinen/base-configs@1.1.15) (2023-11-24) ## [1.1.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.14...@ivuorinen/base-configs@1.1.15) (2023-11-24)
**Note:** Version bump only for package @ivuorinen/base-configs **Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/base-configs", "name": "@ivuorinen/base-configs",
"version": "1.1.15", "version": "1.1.16",
"description": "ivuorinen's shareable configurations meta package", "description": "ivuorinen's shareable configurations meta package",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -29,7 +29,7 @@
"dependencies": { "dependencies": {
"@ivuorinen/browserslist-config": "^0.2.2", "@ivuorinen/browserslist-config": "^0.2.2",
"@ivuorinen/commitlint-config": "^0.2.8", "@ivuorinen/commitlint-config": "^0.2.8",
"@ivuorinen/eslint-config": "^0.4.5", "@ivuorinen/eslint-config": "^0.4.6",
"@ivuorinen/markdownlint-config": "^0.2.2", "@ivuorinen/markdownlint-config": "^0.2.2",
"@ivuorinen/prettier-config": "^0.2.3", "@ivuorinen/prettier-config": "^0.2.3",
"@ivuorinen/semantic-release-config": "^0.2.5" "@ivuorinen/semantic-release-config": "^0.2.5"

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.5...@ivuorinen/eslint-config@0.4.6) (2023-12-05)
### Bug Fixes
- **deps:** update dependency eslint to v8.55.0 ([#141](https://github.com/ivuorinen/base-configs/issues/141)) ([694b489](https://github.com/ivuorinen/base-configs/commit/694b4892e5c346d2e3f080896126b35a4a2c9de8))
## [0.4.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.4...@ivuorinen/eslint-config@0.4.5) (2023-11-21) ## [0.4.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.4...@ivuorinen/eslint-config@0.4.5) (2023-11-21)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/eslint-config", "name": "@ivuorinen/eslint-config",
"version": "0.4.5", "version": "0.4.6",
"description": "ivuorinen's shareable configuration for ESLint.", "description": "ivuorinen's shareable configuration for ESLint.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",