Skip to content

Commit

Permalink
chore: version 6.4.4 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger authored Oct 26, 2023
1 parent 5f376ae commit 80855df
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to this project from 6.4.4 forward will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Fixed

## [6.4.4]

### Added

### Changed
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`)

### Fixed
- Change JsonContent to return object rather than string (#379 / #378)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"postupdate": "git diff-files --quiet package-lock.json || npm test"
},
"types": "./lib/index.d.ts",
"version": "6.4.3"
"version": "6.4.4"
}

0 comments on commit 80855df

Please sign in to comment.