Releases: wayfair/git-parse
Releases · wayfair/git-parse
v3.0.1
What's Changed
Changelog: https://github.com/wayfair/git-parse/blob/main/CHANGELOG.md#301-nov-9-2022
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Chore: Bump Node Support to 14 and Lerna to 5.1.8 by @erj826 in #68
- chore: move changelog entry for node update to unreleased by @erj826 in #69
- chore: update yarn and dev dependencies by @erj826 in #70
- chore: major version bump by @GaryPWhite in #71
Full Changelog: v2.1.2...v3.0.0
v2.1.2
What's Changed
- 2.1.1 release - changelog updates by @finn-orsini in #61
- chore: remove unused Flow config after Typescript migration by @kv979w in #60
- chore: upgrade minimist transitive dep by @finn-orsini in #62
- fix(parse-commit): allow whitespace in file names by @kv979w in #64
- chore: update version in package.json by @GaryPWhite in #66
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Use Node 12 instead of Node 14
- Bundle TS types with library
Internal Changes
- Replace Flow with TypeScript for type checking
- Add workflow to auto close PRs with no response from the author after 30 days
- Add workflow to close stale PRs and Issues
- Add checks via https://www.npmjs.com/package/husky and commit-lint to validate commit messages match the Conventional Commit specification specification.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Migrate from npm to yarn v2 by @erj826 in #47
- docs: update README.md by @crashmax-dev in #50
New Contributors
- @erj826 made their first contribution in #47
- @crashmax-dev made their first contribution in #50
Full Changelog: v2.0.0...v2.1.0
Tagged also to fix upstream versioning -- our automation didn't handle the case where we didn't update package.json as in 2.0.0
v2.0.0
What's Changed
- Set public registry explicitly by @finn-orsini in #41
- Fix/remove nock dependency by @letlm in #46
- Increase verbosity in npm ci for GitHub Action Checks by @peterthehan in #48
- Upgrade supported node version by @peterthehan in #49
New Contributors
- @letlm made their first contribution in #46
- @peterthehan made their first contribution in #48
Full Changelog: v1.0.5...v2.0.0
v1.0.5
Fix a lot of dependabot updates into the repo, as well as automate the release / publishing process.