Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zanminkian committed Sep 20, 2023
1 parent 2b7cf18 commit 2f18236
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-ghosts-sort.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @git-validator/eslint-config

## 0.1.3

### Patch Changes

- 2b7cf18: feat(eslint-config): remove `__dirname` and `__filename` in globals

## 0.1.2

### Patch Changes
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": "@git-validator/eslint-config",
"version": "0.1.2",
"version": "0.1.3",
"description": "A strict eslint config for better code quality.",
"keywords": [
"opinionated",
Expand Down
7 changes: 7 additions & 0 deletions packages/git-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# git-validator

## 0.9.15

### Patch Changes

- Updated dependencies [2b7cf18]
- @git-validator/eslint-config@0.1.3

## 0.9.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-validator",
"version": "0.9.14",
"version": "0.9.15",
"description": "Git hooks and code style validator.",
"keywords": [
"git",
Expand Down

0 comments on commit 2f18236

Please sign in to comment.