Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 14, 2024
1 parent b770a56 commit 7de7a6b
Show file tree
Hide file tree
Showing 23 changed files with 155 additions and 35 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/commitlint-config": "1.1.4",
"packages/eslint-config-nuxt-typescript": "1.2.7",
"packages/eslint-config-nuxt": "1.2.6",
"packages/eslint-config-typescript": "1.2.7",
"packages/eslint-config-vue-typescript": "1.3.7",
"packages/eslint-config-vue": "1.2.6",
"packages/eslint-config-vue3-typescript": "1.3.7",
"packages/eslint-config-vue3": "1.2.6",
"packages/eslint-config": "1.2.6",
"packages/prettier-config": "1.2.4",
"packages/semantic-release": "0.3.0",
"packages/commitlint-config": "1.1.5",
"packages/eslint-config-nuxt-typescript": "1.2.8",
"packages/eslint-config-nuxt": "1.2.7",
"packages/eslint-config-typescript": "1.2.8",
"packages/eslint-config-vue-typescript": "1.3.8",
"packages/eslint-config-vue": "1.2.7",
"packages/eslint-config-vue3-typescript": "1.3.8",
"packages/eslint-config-vue3": "1.2.7",
"packages/eslint-config": "1.2.7",
"packages/prettier-config": "1.2.5",
"packages/semantic-release": "0.3.1",
"packages/tsconfig": "0.5.0"
}
7 changes: 7 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/tada5hi/javascript/compare/commitlint-config-v1.1.4...commitlint-config-v1.1.5) (2024-01-14)


### Bug Fixes

* **deps:** bump @commitlint/config-conventional from 18.4.3 to 18.4.4 ([#487](https://github.com/tada5hi/javascript/issues/487)) ([35e2cb3](https://github.com/tada5hi/javascript/commit/35e2cb39d5e4a54e230a6fe2d6de0c017a4e54fd))

## [1.1.4](https://github.com/tada5hi/javascript/compare/@tada5hi/commitlint-config@1.1.3...@tada5hi/commitlint-config@1.1.4) (2023-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/commitlint-config",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-nuxt-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.7 to ^1.2.8

## [1.2.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt-typescript@1.2.6...@tada5hi/eslint-config-nuxt-typescript@1.2.7) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-nuxt-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-nuxt-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-nuxt-typescript",
"version": "1.2.7",
"version": "1.2.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tada5hi/eslint-config-typescript": "^1.2.7"
"@tada5hi/eslint-config-typescript": "^1.2.8"
}
}
6 changes: 6 additions & 0 deletions packages/eslint-config-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config bumped from ^1.2.6 to ^1.2.7

## [1.2.6](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt@1.2.5...@tada5hi/eslint-config-nuxt@1.2.6) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-nuxt
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-nuxt",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@tada5hi/eslint-config": "^1.2.6"
"@tada5hi/eslint-config": "^1.2.7"
}
}
30 changes: 30 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.8](https://github.com/tada5hi/javascript/compare/eslint-config-typescript-v1.2.7...eslint-config-typescript-v1.2.8) (2024-01-14)


### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 ([#467](https://github.com/tada5hi/javascript/issues/467)) ([dfa3996](https://github.com/tada5hi/javascript/commit/dfa3996a19e4542a55b6fdd30f0fb669bb918422))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 ([#473](https://github.com/tada5hi/javascript/issues/473)) ([0d1eb0a](https://github.com/tada5hi/javascript/commit/0d1eb0ae2e72a0ce3c334aa3182350e62ef0b328))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 ([#476](https://github.com/tada5hi/javascript/issues/476)) ([f3188e5](https://github.com/tada5hi/javascript/commit/f3188e5c225acccce01b16fbece178f5a5209a85))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0 ([#480](https://github.com/tada5hi/javascript/issues/480)) ([d14dcd4](https://github.com/tada5hi/javascript/commit/d14dcd4282283bbe718ad54ea9548a4b14fe0f43))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0 ([#483](https://github.com/tada5hi/javascript/issues/483)) ([78462a3](https://github.com/tada5hi/javascript/commit/78462a30de094bdc88442dedfd12cbae377267ae))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.16.0 to 6.17.0 ([#485](https://github.com/tada5hi/javascript/issues/485)) ([f083970](https://github.com/tada5hi/javascript/commit/f08397094f64dca14d33abd99bdb085622774cb8))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.18.0 ([#490](https://github.com/tada5hi/javascript/issues/490)) ([3723d56](https://github.com/tada5hi/javascript/commit/3723d56629919d8a6c056c67c02b941f96a40e20))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 ([#492](https://github.com/tada5hi/javascript/issues/492)) ([60f0dad](https://github.com/tada5hi/javascript/commit/60f0dadfdce17c187bcf951341df1fe782baf2c6))
* **deps:** bump @typescript-eslint/parser from 6.12.0 to 6.13.0 ([#465](https://github.com/tada5hi/javascript/issues/465)) ([8d4dc7d](https://github.com/tada5hi/javascript/commit/8d4dc7d391c5f095e56b3cc046a98e8a1da204ad))
* **deps:** bump @typescript-eslint/parser from 6.13.0 to 6.13.1 ([#468](https://github.com/tada5hi/javascript/issues/468)) ([8132af8](https://github.com/tada5hi/javascript/commit/8132af8455a4087f229dc37e52dba8c1df831cde))
* **deps:** bump @typescript-eslint/parser from 6.13.1 to 6.13.2 ([#472](https://github.com/tada5hi/javascript/issues/472)) ([5538251](https://github.com/tada5hi/javascript/commit/553825189b51d96f1c3e1ea2e56b9e6e4b263ffc))
* **deps:** bump @typescript-eslint/parser from 6.13.2 to 6.14.0 ([#475](https://github.com/tada5hi/javascript/issues/475)) ([5bf98b9](https://github.com/tada5hi/javascript/commit/5bf98b914db91c9154276498ba3e6f7b1ef10bb5))
* **deps:** bump @typescript-eslint/parser from 6.14.0 to 6.15.0 ([#481](https://github.com/tada5hi/javascript/issues/481)) ([01b8cb5](https://github.com/tada5hi/javascript/commit/01b8cb571f635b4d0c31b6c9cd28445d80b3ac66))
* **deps:** bump @typescript-eslint/parser from 6.15.0 to 6.16.0 ([#482](https://github.com/tada5hi/javascript/issues/482)) ([19010ba](https://github.com/tada5hi/javascript/commit/19010ba691b1218ae323cf8564331d3bc84a8ae3))
* **deps:** bump @typescript-eslint/parser from 6.16.0 to 6.17.0 ([#484](https://github.com/tada5hi/javascript/issues/484)) ([bda0739](https://github.com/tada5hi/javascript/commit/bda07398c9ab2a37a944240cd969c590056a56d3))
* **deps:** bump @typescript-eslint/parser from 6.17.0 to 6.18.0 ([#489](https://github.com/tada5hi/javascript/issues/489)) ([ee07371](https://github.com/tada5hi/javascript/commit/ee07371670401ef1ef16ab16a1b7d440023553c8))
* **deps:** bump @typescript-eslint/parser from 6.18.0 to 6.18.1 ([#491](https://github.com/tada5hi/javascript/issues/491)) ([df379c5](https://github.com/tada5hi/javascript/commit/df379c5a095547850e1671bba94ebce0518a58bc))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config bumped from ^1.2.6 to ^1.2.7

## [1.2.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-typescript@1.2.6...@tada5hi/eslint-config-typescript@1.2.7) (2023-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-typescript",
"version": "1.2.7",
"version": "1.2.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config": "^1.2.6",
"@tada5hi/eslint-config": "^1.2.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-vue-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.7 to ^1.2.8
* @tada5hi/eslint-config-vue bumped from ^1.2.6 to ^1.2.7

## [1.3.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue-typescript@1.3.6...@tada5hi/eslint-config-vue-typescript@1.3.7) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-vue-typescript
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-vue-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue-typescript",
"version": "1.3.7",
"version": "1.3.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.7",
"@tada5hi/eslint-config-vue": "^1.2.6"
"@tada5hi/eslint-config-typescript": "^1.2.8",
"@tada5hi/eslint-config-vue": "^1.2.7"
}
}
16 changes: 16 additions & 0 deletions packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.7](https://github.com/tada5hi/javascript/compare/eslint-config-vue-v1.2.6...eslint-config-vue-v1.2.7) (2024-01-14)


### Bug Fixes

* **deps:** bump eslint-plugin-vue from 9.18.1 to 9.19.2 ([#469](https://github.com/tada5hi/javascript/issues/469)) ([c207f1e](https://github.com/tada5hi/javascript/commit/c207f1ed90d3bd15e9a66ae3b4dd1ae8ef5cf6c9))
* **deps:** bump eslint-plugin-vue from 9.19.2 to 9.20.0 ([#493](https://github.com/tada5hi/javascript/issues/493)) ([3cb82c5](https://github.com/tada5hi/javascript/commit/3cb82c5e30d481519ea046062a0198abed26afa9))
* **deps:** bump eslint-plugin-vue from 9.20.0 to 9.20.1 ([#496](https://github.com/tada5hi/javascript/issues/496)) ([813f293](https://github.com/tada5hi/javascript/commit/813f293857f202a2a6407ed8a4fcc04d6765f2f9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config bumped from ^1.2.6 to ^1.2.7

## [1.2.6](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue@1.2.5...@tada5hi/eslint-config-vue@1.2.6) (2023-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config": "^1.2.6",
"@tada5hi/eslint-config": "^1.2.7",
"eslint-plugin-vue": "^9.20.1"
}
}
7 changes: 7 additions & 0 deletions packages/eslint-config-vue3-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.7 to ^1.2.8
* @tada5hi/eslint-config-vue3 bumped from ^1.2.6 to ^1.2.7

## [1.3.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue3-typescript@1.3.6...@tada5hi/eslint-config-vue3-typescript@1.3.7) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-vue3-typescript
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-vue3-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue3-typescript",
"version": "1.3.7",
"version": "1.3.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.7",
"@tada5hi/eslint-config-vue3": "^1.2.6"
"@tada5hi/eslint-config-typescript": "^1.2.8",
"@tada5hi/eslint-config-vue3": "^1.2.7"
}
}
16 changes: 16 additions & 0 deletions packages/eslint-config-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.7](https://github.com/tada5hi/javascript/compare/eslint-config-vue3-v1.2.6...eslint-config-vue3-v1.2.7) (2024-01-14)


### Bug Fixes

* **deps:** bump eslint-plugin-vue from 9.18.1 to 9.19.2 ([#469](https://github.com/tada5hi/javascript/issues/469)) ([c207f1e](https://github.com/tada5hi/javascript/commit/c207f1ed90d3bd15e9a66ae3b4dd1ae8ef5cf6c9))
* **deps:** bump eslint-plugin-vue from 9.19.2 to 9.20.0 ([#493](https://github.com/tada5hi/javascript/issues/493)) ([3cb82c5](https://github.com/tada5hi/javascript/commit/3cb82c5e30d481519ea046062a0198abed26afa9))
* **deps:** bump eslint-plugin-vue from 9.20.0 to 9.20.1 ([#496](https://github.com/tada5hi/javascript/issues/496)) ([813f293](https://github.com/tada5hi/javascript/commit/813f293857f202a2a6407ed8a4fcc04d6765f2f9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config bumped from ^1.2.6 to ^1.2.7

## [1.2.6](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue3@1.2.5...@tada5hi/eslint-config-vue3@1.2.6) (2023-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue3",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config": "^1.2.6",
"@tada5hi/eslint-config": "^1.2.7",
"eslint-plugin-vue": "^9.20.1"
}
}
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.7](https://github.com/tada5hi/javascript/compare/eslint-config-v1.2.6...eslint-config-v1.2.7) (2024-01-14)


### Bug Fixes

* **deps:** bump eslint-config-prettier from 9.0.0 to 9.1.0 ([#471](https://github.com/tada5hi/javascript/issues/471)) ([5b949db](https://github.com/tada5hi/javascript/commit/5b949dbf41e77699af0f67fed7657a0b799bfd2c))

## [1.2.6](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config@1.2.5...@tada5hi/eslint-config@1.2.6) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.5](https://github.com/tada5hi/javascript/compare/prettier-config-v1.2.4...prettier-config-v1.2.5) (2024-01-14)


### Bug Fixes

* **deps:** bump prettier from 3.1.0 to 3.1.1 ([#474](https://github.com/tada5hi/javascript/issues/474)) ([f9f8445](https://github.com/tada5hi/javascript/commit/f9f8445dece26b8fe9e9bfdfc478edb9ba9c8edc))
* **deps:** bump prettier from 3.1.1 to 3.2.0 ([#494](https://github.com/tada5hi/javascript/issues/494)) ([5af8e7e](https://github.com/tada5hi/javascript/commit/5af8e7e631e757f62669190399ae213cbd7c52ed))
* **deps:** bump prettier from 3.2.0 to 3.2.2 ([#495](https://github.com/tada5hi/javascript/issues/495)) ([b7967e0](https://github.com/tada5hi/javascript/commit/b7967e03a4f778c1d6ae788efec136390ca0d3ed))

## [1.2.4](https://github.com/tada5hi/javascript/compare/@tada5hi/prettier-config@1.2.3...@tada5hi/prettier-config@1.2.4) (2023-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/prettier-config",
"version": "1.2.4",
"version": "1.2.5",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
17 changes: 13 additions & 4 deletions packages/semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log
# Changelog

## [0.3.1](https://github.com/tada5hi/javascript/compare/semantic-release-v0.3.0...semantic-release-v0.3.1) (2024-01-14)


### Features

* support semantic-releae v23.x ([b770a56](https://github.com/tada5hi/javascript/commit/b770a56878db83bb69e89a3c4d0f6d608eb1e5ca))

## Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/tada5hi/javascript/compare/@tada5hi/semantic-release@0.2.0...@tada5hi/semantic-release@0.3.0) (2023-09-28)
## [0.3.0](https://github.com/tada5hi/javascript/compare/@tada5hi/semantic-release@0.2.0...@tada5hi/semantic-release@0.3.0) (2023-09-28)


### Features
Expand All @@ -14,15 +23,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



# [0.2.0](https://github.com/tada5hi/javascript/compare/@tada5hi/semantic-release@0.1.0...@tada5hi/semantic-release@0.2.0) (2023-07-03)
## [0.2.0](https://github.com/tada5hi/javascript/compare/@tada5hi/semantic-release@0.1.0...@tada5hi/semantic-release@0.2.0) (2023-07-03)

**Note:** Version bump only for package @tada5hi/semantic-release





# 0.1.0 (2023-05-11)
## 0.1.0 (2023-05-11)


### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/semantic-release",
"version": "0.3.0",
"version": "0.3.1",
"description": "This package provides a sharable semantic-release configuration.",
"license": "MIT",
"main": "release.config.js",
Expand Down

0 comments on commit 7de7a6b

Please sign in to comment.