Skip to content

Commit 0364756

Browse files
committed
v0.21.1
1 parent aa71883 commit 0364756

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.21.1
4+
5+
**Bugfixes:**
6+
7+
* `wotan`: properly handle backslashes in Windows paths to not report "is not included in any of the projects"
8+
39
## v0.21.0
410

511
:warning: **Breaking Changes:**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.21.0",
2+
"version": "0.21.1",
33
"nextVersion": "0.22.0",
44
"private": true,
55
"scripts": {
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@fimbul/disir": "^0.21.0",
2929
"@fimbul/valtyr": "^0.21.0",
30-
"@fimbul/wotan": "^0.21.0",
30+
"@fimbul/wotan": "^0.21.1",
3131
"@octokit/rest": "^16.0.1",
3232
"@types/chalk": "^2.2.0",
3333
"@types/cross-spawn": "^6.0.0",

packages/wotan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fimbul/wotan",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "Pluggable TypeScript and JavaScript linter",
55
"bin": "bin/main.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)