Releases: tschaub/gh-pages
v6.2.0
What's Changed
- fix: update instruction for next.js by @multivoltage in #541
- Bump mocha from 10.2.0 to 10.3.0 by @dependabot in #545
- Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #548
- Bump tmp from 0.2.1 to 0.2.3 by @dependabot in #549
- Bump mocha from 10.3.0 to 10.4.0 by @dependabot in #550
- Bump dir-compare from 4.2.0 to 5.0.0 by @dependabot in #555
- Bump sinon from 17.0.1 to 17.0.2 by @dependabot in #557
- Bump sinon from 17.0.2 to 18.0.0 by @dependabot in #561
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #563
- Bump mocha from 10.4.0 to 10.6.0 by @dependabot in #569
- Bump mocha from 10.6.0 to 10.7.0 by @dependabot in #571
- Bump mocha from 10.7.0 to 10.7.3 by @dependabot in #573
- Bump async from 3.2.5 to 3.2.6 by @dependabot in #576
- Bump eslint from 8.57.0 to 8.57.1 by @dependabot in #579
- Bump sinon from 18.0.0 to 19.0.2 by @dependabot in #578
- Update globby by @tschaub in #581
New Contributors
- @multivoltage made their first contribution in #541
Full Changelog: v6.1.1...v6.2.0
v6.1.1
Fixes
- fix: Add missing cname option not passed to the config by @WillBAnders in #535
Dependency Updates
- Bump eslint from 8.53.0 to 8.55.0 by @dependabot in #538
- Bump fs-extra from 11.1.1 to 11.2.0 by @dependabot in #537
- Bump eslint from 8.55.0 to 8.56.0 by @dependabot in #539
New Contributors
- @WillBAnders made their first contribution in #535
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- Bump eslint from 8.46.0 to 8.49.0 by @dependabot in #516
- Bump actions/checkout from 3 to 4 by @dependabot in #515
- Bump chai from 4.3.7 to 4.3.8 by @dependabot in #513
- Bump dir-compare from 4.0.0 to 4.2.0 by @dependabot in #512
- Add --nojekyll and --cname options by @tschaub in #533
- Bump actions/setup-node from 3 to 4 by @dependabot in #527
- Bump chai from 4.3.8 to 4.3.10 by @dependabot in #520
- Bump eslint from 8.49.0 to 8.53.0 by @dependabot in #530
- Bump commander from 11.0.0 to 11.1.0 by @dependabot in #524
- Bump async from 3.2.4 to 3.2.5 by @dependabot in #529
- Bump sinon from 15.2.0 to 17.0.1 by @dependabot in #531
Full Changelog: v6.0.0...v6.1.0
v6.0.0
This release drops support for Node 14. Otherwise, there are no special upgrade considerations.
What's Changed
- Update readme.md by @harveer07 in #440
- Bump sinon from 15.0.1 to 15.0.3 by @dependabot in #474
- Bump eslint from 8.32.0 to 8.38.0 by @dependabot in #477
- Bump fs-extra from 8.1.0 to 11.1.1 by @dependabot in #473
- Add error message when --dist is not specified. by @domsleee in #504
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #505
- Bump eslint from 8.38.0 to 8.46.0 by @dependabot in #506
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #500
- Bump sinon from 15.0.3 to 15.2.0 by @dependabot in #495
- Dependency updates and drop Node 14 by @tschaub in #507
New Contributors
- @harveer07 made their first contribution in #440
- @domsleee made their first contribution in #504
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Potentially breaking change: the publish
method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.
Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.
What's Changed
- Assorted updates by @tschaub in #452
- Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. by @Nezteb in #445
- Bump actions/checkout from 2 to 3 by @dependabot in #453
- Bump actions/setup-node from 1 to 3 by @dependabot in #455
- Bump email-addresses from 3.0.1 to 5.0.0 by @dependabot in #454
- Bump async from 2.6.4 to 3.2.4 by @dependabot in #459
- Remove quotation marks by @Vicropht in #438
New Contributors
Full Changelog: v4.0.0...v5.0.0
v4.0.0
This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #423
- Bump async from 2.6.1 to 2.6.4 by @dependabot in #427
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #431
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #430
- Updated dev dependencies and formatting by @tschaub in #432
Full Changelog: v3.2.3...v4.0.0
v3.2.3
v3.0.0
Breaking changes:
None really. But tests are no longer run on Node < 10. Development dependencies were updated to address security warnings, and this meant tests could no longer be run on Node 6 or 8. If you still use these Node versions, you may still be able to use this library, but be warned that tests are no longer run on these versions.
All changes:
- #357 - Dev dependency updates (@tschaub)
- #333 - Update readme with command line options (@Victoire44)
- #356 - Test as a GitHub action (@tschaub)
- #355 - feat(beforeAdd): allow custom script before git add (@Xiphe)
- #336 - Fix remove not working properly (@sunghwan2789)
- #328 - Update .travis.yml (@XhmikosR)
- #327 - Fix typo (@d-tsuji)