Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxy-Loxy committed Oct 27, 2023
2 parents e6705ce + 62bbf54 commit a135e9d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ wallaby.js
.gitignore
.vscode
type_definitions
.eslintrc.json
.github/
4 changes: 2 additions & 2 deletions .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"confirm": true,
"publishTag": "latest",
"prePublishScript": "test"
}
"prePublishScript": "npm test"
}
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.5"
}

0 comments on commit a135e9d

Please sign in to comment.