Skip to content

Commit

Permalink
3.5.0-RC - upgrade knex version to 2.1.0 (#138)
Browse files Browse the repository at this point in the history
* upgrade knex version

* fix unit test
eslint fixes

* Update package.json

* Update CHANGELOG.md
  • Loading branch information
tot-ra authored Jul 14, 2022
1 parent 502fc5a commit 3a854fc
Show file tree
Hide file tree
Showing 11 changed files with 241 additions and 2,719 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ Types of changes:

## [Unreleased]

## [3.5.0] - 2022-06-07
## Updated
- knex major version bump 0.20.2 -> 2.1.0


## [3.4.0] - 2022-06-07

## Updated

- nodejs version 14 -> 16

## [3.3.0] - 2022-05-25
Expand Down Expand Up @@ -292,7 +299,10 @@ DELETE /schema/:schemaId
- Frontend app
- Examples of gateway + 2 federated services

[unreleased]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.2.3...HEAD
[unreleased]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.5.0...HEAD
[3.5.0]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.2.3...v3.3.0
[3.2.3]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/pipedrive/graphql-schema-registry/compare/v3.2.0...v3.2.1
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ DB tables are truncated after every test from within `test/functional/bootstrap.
Jest runs in single worker mode to avoid tests from affecting each other due to same state.

```
#docker-compose -f docker-compose.light.yml up -d
#npm run develop
npm run test-functional
```

Expand Down
Loading

0 comments on commit 3a854fc

Please sign in to comment.