Skip to content

Commit

Permalink
feat: cut release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfaga committed Sep 9, 2024
1 parent 41787c4 commit 0ee5cd2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to

## [Unreleased]

## [v2.0.0] - 2024-09-09

### Chore

- Updated many dependencies of this library. See the package.json diff for
details.

### Breaking

- `@faker-js/faker` is now a peer dependency and is required to be installed by
consuming projects if that functionality is used.

## [v1.3.1] - 2024-02-08

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ for installation via [yarn][yarn]
yarn add --dev @wayfair/gqmock
```

NOTE: If you plan on using the `fakerConfig` functionality of this library, you
must also install the `@faker-js/faker` dev dependency.

## Library API

### `GraphqlMockingService`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayfair/gqmock",
"version": "1.3.1",
"version": "2.0.0",
"description": "GQMock - GraphQL Mocking Service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0ee5cd2

Please sign in to comment.