Skip to content

Commit 3e2d25c

Browse files
committed
chore(release): v0.0.6
1 parent ac183dc commit 3e2d25c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.0.6
4+
5+
[compare changes](https://github.com/danielpza/ts-ignore-error/compare/v0.0.5...v0.0.6)
6+
7+
### 🩹 Fixes
8+
9+
- Not matching any files ([ac183dc](https://github.com/danielpza/ts-ignore-error/commit/ac183dc))
10+
11+
### ❤️ Contributors
12+
13+
- Daniel Perez Alvarez <[email protected]>
14+
315
## v0.0.5
416

517
[compare changes](https://github.com/danielpza/ts-ignore-error/compare/v0.0.4...v0.0.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@danielpza/ts-expect-error",
33
"description": "Silence typescript errors by adding a @ts-expect-error directive.",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"license": "MIT",
66
"author": "Daniel Perez Alvarez",
77
"type": "module",

0 commit comments

Comments
 (0)