Skip to content

Commit 5b57369

Browse files
author
Rui Silva
committed
fix: fixed package version
1 parent 03628c7 commit 5b57369

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/on_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v3
45+
with:
46+
ref: main
4547

4648
- name: Cache dependencies
4749
uses: actions/cache@v3

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,3 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.3.3...HEAD)
6-
7-
## [v1.3.3](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.3.2...v1.3.3) - 2022-12-02
8-
9-
### What Changed 👀
10-
11-
- chore(ci): add token to on release workflow @rpvsilva (#30)
12-
- chore: add changelog file @rpvsilva (#28)
13-
- refactor: unnecessary reply usage @pkulcsarnr (#18)
14-
15-
### 🐛 Bug Fixes
16-
17-
- fix(cache): added operationName to cacheKey @rpvsilva (#27)
18-
19-
### 🧩 Dependency Updates
20-
21-
<details>
22-
<summary>6 changes</summary>
23-
- chore(deps): bump amannn/action-semantic-pull-request from 4 to 5 @dependabot (#21)
24-
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 @dependabot (#23)
25-
- chore(deps-dev): bump @types/ioredis from 4.28.10 to 5.0.0 @dependabot (#25)
26-
- chore(deps-dev): bump @typescript-eslint/parser from 5.44.0 to 5.45.0 @dependabot (#24)
27-
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 @dependabot (#22)
28-
- chore(deps): bump actions/setup-node from 2 to 3 @dependabot (#20)
29-
30-
</details>
31-
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.3.2...v1.3.3

0 commit comments

Comments
 (0)