Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (45 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 4.21 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2023-07-15)

Bug Fixes

  • apply latest semver version (6c5f47f)

chore

  • deps: drop node 14 support (>= 16) (7372db3)

BREAKING CHANGES

  • deps: Drops support for node@14, lowest version is now node@16

Feature

  • Support for 13.3.0 nextjs has been added
    • via chore(deps): bump @next/env from 13.2.4 to 13.3.0 by @dependabot in #105
    • and chore(deps-dev): bump next from 13.2.4 to 13.3.0 by @dependabot in #104

What's Changed

  • chore(deps-dev): bump next from 13.2.3 to 13.2.4 by @dependabot in #83
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 by @dependabot in #84
  • chore(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.0 by @dependabot in #85
  • chore(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0 by @dependabot in #86
  • chore(deps-dev): bump lerna from 6.5.1 to 6.6.1 by @dependabot in #87
  • chore(deps-dev): bump prettier from 2.8.4 to 2.8.7 by @dependabot in #88
  • chore(deps-dev): bump @vitest/coverage-c8 from 0.29.2 to 0.29.7 by @dependabot in #89
  • chore(deps-dev): bump @types/node from 18.14.6 to 18.15.10 by @dependabot in #90
  • chore(deps-dev): bump vitest from 0.29.2 to 0.29.7 by @dependabot in #91
  • chore(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.57.0 by @dependabot in #92
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0 by @dependabot in #93
  • chore(deps-dev): bump @types/node from 18.15.10 to 18.15.11 by @dependabot in #94
  • chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 by @dependabot in #95
  • chore(deps-dev): bump vitest from 0.29.7 to 0.29.8 by @dependabot in #97
  • chore(deps-dev): bump @vitest/coverage-c8 from 0.29.7 to 0.29.8 by @dependabot in #96
  • chore(deps-dev): bump @commitlint/cli from 17.5.0 to 17.5.1 by @dependabot in #98
  • chore(deps-dev): bump eslint-import-resolver-typescript from 3.5.3 to 3.5.4 by @dependabot in #99
  • chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 by @dependabot in #100
  • chore(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 by @dependabot in #102
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 by @dependabot in #101
  • chore(deps-dev): bump eslint-import-resolver-typescript from 3.5.4 to 3.5.5 by @dependabot in #103

0.1.0 (2023-03-10)

Features

  • Add setQuery to NextApiRequestBuilder (86ef86d)

0.0.8 (2023-02-26)

Note: Version bump only for package @next-testing/api

0.0.7 (2022-12-13)

Bug Fixes

  • prettier and eslint checks on CI (355e99b)