Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genouf committed Oct 11, 2023
1 parent ca86a4e commit cd6c76e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/teamstarter/graphql-node-jobs/compare/v1.0.0...v1.1.0) (2023-10-11)


### Features

* **jobSuccess:** new materialized view about jobSuccess ([#77](https://github.com/teamstarter/graphql-node-jobs/issues/77)) ([d464793](https://github.com/teamstarter/graphql-node-jobs/commit/d4647938e499c7c8131a3344a1d97f401f10b59a))

## [1.0.0](https://github.com/teamstarter/graphql-node-jobs/compare/v0.5.3...v1.0.0) (2023-01-31)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamstarter/graphql-node-jobs",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"author": {
"email": "vincent.desmares@gmail.com",
Expand Down Expand Up @@ -57,7 +57,7 @@
"graphql": "^16.6.0",
"graphql-relay": "^0.10.0",
"graphql-sequelize": "^9.5.1",
"graphql-sequelize-generator": "teamstarter/graphql-sequelize-generator#upgrade-apollo-10-2022",
"graphql-sequelize-generator": "teamstarter/graphql-sequelize-generator",
"jest": "^24.9.0",
"pm2": "^4.2.1",
"react": "^18.2.0",
Expand Down

0 comments on commit cd6c76e

Please sign in to comment.