Skip to content

Commit 80855df

Browse files
authored
chore: version 6.4.4 (#390)
1 parent 5f376ae commit 80855df

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
All notable changes to this project from 6.4.4 forward will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [6.4.4]
16+
17+
### Added
18+
19+
### Changed
20+
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`)
21+
22+
### Fixed
23+
- Change JsonContent to return object rather than string (#379 / #378)

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -61,5 +61,5 @@
6161
"postupdate": "git diff-files --quiet package-lock.json || npm test"
6262
},
6363
"types": "./lib/index.d.ts",
64-
"version": "6.4.3"
64+
"version": "6.4.4"
6565
}

0 commit comments

Comments
 (0)