Skip to content

Commit

Permalink
Release v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Sep 29, 2021
1 parent 1e567fc commit 1ad03d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- name: Read VERSION
id: package
uses: martinbeentjes/npm-get-version-action@master
with:
path: ./VERSION

- name: Echo VERSION
run: echo ${{ steps.package.outputs.current-version }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- name: Read VERSION
id: package
uses: martinbeentjes/npm-get-version-action@master
with:
path: ./VERSION

- name: Echo VERSION
run: echo ${{ steps.package.outputs.current-version }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ When using the Docker deployment, your database runs from a container. But if yo
### Version 4.7.2

- Replacing Google OAuth passport library, to try and reduce Google OAuth errors on production
- Added a script to make bumping versions easier
- ⏫ Upgrading dependencies

### Version 4.7.1 (hotfix)

Expand Down

0 comments on commit 1ad03d3

Please sign in to comment.