Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoreni committed Feb 24, 2023
1 parent 56b0b9f commit 0cadae7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
51 changes: 47 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,51 @@
# Change Log
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/tree/v1.0.0) (2020-04-16)
[Full Changelog](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v1.0.0-rc1...v1.0.0)
#### [v3.0.0-alpha.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v2.1.0...v3.0.0-alpha.0)

## [v1.0.0-rc1](https://github.com/marcoreni/apollo-server-integration-testing-fastify/tree/v1.0.0-rc1) (2020-04-16)
- feat: support apollo4 and fastify 4 [`56b0b9f`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/56b0b9f7c2d8ae97d073bc3e601395f4144b7fa5)

#### [v2.1.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v2.0.0...v2.1.0)

> 1 May 2022
- feat: bump deps + migrate from yarn to pnpm [`5e92876`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/5e92876e047434a262c4ecdae6a1b010a140a8ca)
- Bump minimist from 1.2.5 to 1.2.6 [`726838d`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/726838d64b808e829f6d7d92a977ee91783b42c6)
- feat: bump peer deps [`6a15778`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/6a157780324394688b4098f2758355176feb0d87)

### [v2.0.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v1.2.0...v2.0.0)

> 19 July 2021
- Remove smooth-release and update docs [`fce3bd6`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/fce3bd6279a60e9fda562caaf05057fa97c42888)
- Upgrade to apollo-server 3 [`2848ca1`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/2848ca127dac3c1a9e0142366c867e26cd1e62b4)

#### [v1.2.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v1.1.0...v1.2.0)

> 6 June 2020
- Update deps [`989243e`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/989243e5009271856ccc4559fa32b58f6e14f518)

#### [v1.1.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v1.0.0...v1.1.0)

> 20 May 2020
- Define peerDependencies instead of dependencies [`cc51d90`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/cc51d90c8adc4c20f41770d91849413dbd459f45)
- Bump version [`cec93f7`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/cec93f70245a2d23d67b73961b8c2ec1cea5ed9e)
- Update readme [`65920cd`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/65920cd1ddfda9bd94bf22b7cc4794c85c4723f8)

#### [v1.0.0](https://github.com/marcoreni/apollo-server-integration-testing-fastify/compare/v1.0.0-rc1...v1.0.0)

> 16 April 2020
- Update README [`f26091c`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/f26091c4a8a203e7906670747504e0b582a67e6d)

#### v1.0.0-rc1

> 16 April 2020
- First implementation [`5dab84a`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/5dab84a4a23cb8d9309aa360e44b6d1b7778b313)
- Initial commit [`25666da`](https://github.com/marcoreni/apollo-server-integration-testing-fastify/commit/25666da08b47773d501496d3dc58a7a567ef26a3)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-server-integration-testing-fastify",
"version": "2.1.0",
"version": "3.0.0-alpha.0",
"description": "Test helper for writing apollo-server integration tests using Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0cadae7

Please sign in to comment.