Skip to content

Commit dea9846

Browse files
committed
v3.27.1
1 parent 4e6ec14 commit dea9846

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## v3.27.1 - 2023-06-30
4+
5+
- Fix panic when a `.env` directory (not file) is present on current directory
6+
(#1244, #1245 by @pd93).
7+
38
## v3.27.0 - 2023-06-29
49

510
- Allow Taskfiles starting with lowercase characters (#947, #1221 by @pd93).

docs/docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_position: 9
55

66
# Changelog
77

8+
## v3.27.1 - 2023-06-30
9+
10+
- Fix panic when a `.env` directory (not file) is present on current directory
11+
([#1244](https://github.com/go-task/task/issues/1244), [#1245](https://github.com/go-task/task/issues/1245) by [@pd93](https://github.com/pd93)).
12+
813
## v3.27.0 - 2023-06-29
914

1015
- Allow Taskfiles starting with lowercase characters ([#947](https://github.com/go-task/task/issues/947), [#1221](https://github.com/go-task/task/issues/1221) by [@pd93](https://github.com/pd93)).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.27.0",
3+
"version": "3.27.1",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)