Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](v1.0.5...v1.0.6) (2024-04-04)

### Code Refactoring

* **eslint:** add `compatibility` function ([#20](#20)) ([24e00b4](24e00b4))
* **eslint:** add `extend` ([#25](#25)) ([05b14e1](05b14e1))
* **husky:** remove submodule ([#22](#22)) ([23b9892](23b9892))

### Documentation

* **readme:** remove `h3` titles in ToC ([#21](#21)) ([f49517b](f49517b))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent 1d6b358 commit 2eaf117
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.6](https://github.com/archoleat/validate-font-file-name/compare/v1.0.5...v1.0.6) (2024-04-04)


### Code Refactoring

* **eslint:** add `compatibility` function ([#20](https://github.com/archoleat/validate-font-file-name/issues/20)) ([24e00b4](https://github.com/archoleat/validate-font-file-name/commit/24e00b4ef77eca2036e54c5db48dc523e73439be))
* **eslint:** add `extend` ([#25](https://github.com/archoleat/validate-font-file-name/issues/25)) ([05b14e1](https://github.com/archoleat/validate-font-file-name/commit/05b14e11607cd3baa8480c9c9b44d4cb205e1903))
* **husky:** remove submodule ([#22](https://github.com/archoleat/validate-font-file-name/issues/22)) ([23b9892](https://github.com/archoleat/validate-font-file-name/commit/23b9892b3ed6b292b934f1e221eab24fc9cba72b))


### Documentation

* **readme:** remove `h3` titles in ToC ([#21](https://github.com/archoleat/validate-font-file-name/issues/21)) ([f49517b](https://github.com/archoleat/validate-font-file-name/commit/f49517be374c908e0be1075f45d98812dfa6a299))

## [1.0.5](https://github.com/archoleat/validate-font-file-name/compare/v1.0.4...v1.0.5) (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@archoleat/validate-font-file-name",
"description": "Checking font file names for standardization",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"author": {
"email": "archoleat@gmail.com",
Expand Down

0 comments on commit 2eaf117

Please sign in to comment.