Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Apr 21, 2022
1 parent eb14d65 commit 3f749bd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,34 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.5.0](https://github.com/isomerpages/isomercms-backend/compare/v0.4.0...v0.5.0)

- Fix/migrate script [`#432`](https://github.com/isomerpages/isomercms-backend/pull/432)
- Feat/move whitelist into database [`#422`](https://github.com/isomerpages/isomercms-backend/pull/422)
- Refactor/use test fixture [`#430`](https://github.com/isomerpages/isomercms-backend/pull/430)
- Chore: remove duplicate validation in User model [`#429`](https://github.com/isomerpages/isomercms-backend/pull/429)
- build(deps-dev): bump eslint-config-prettier from 8.1.0 to 8.5.0 [`#371`](https://github.com/isomerpages/isomercms-backend/pull/371)
- build(deps): bump async from 3.2.0 to 3.2.3 [`#424`](https://github.com/isomerpages/isomercms-backend/pull/424)
- chore(mergify): change to lower case [`#425`](https://github.com/isomerpages/isomercms-backend/pull/425)
- test(resourceDirectory): add check for directory/file call order [`#420`](https://github.com/isomerpages/isomercms-backend/pull/420)
- Fix: check for JsonWebTokenError [`#423`](https://github.com/isomerpages/isomercms-backend/pull/423)
- chore(app): remove deprecated `bin/www` [`#418`](https://github.com/isomerpages/isomercms-backend/pull/418)
- refactor(mailclient): pass api key explicitly [`#419`](https://github.com/isomerpages/isomercms-backend/pull/419)
- Refactor/navigation [`#363`](https://github.com/isomerpages/isomercms-backend/pull/363)
- Refactor/netlify toml [`#357`](https://github.com/isomerpages/isomercms-backend/pull/357)
- Refactor/homepage [`#331`](https://github.com/isomerpages/isomercms-backend/pull/331)
- Refactor/contact us [`#349`](https://github.com/isomerpages/isomercms-backend/pull/349)
- chore(app): replace custom properties on req with res.locals [`#413`](https://github.com/isomerpages/isomercms-backend/pull/413)
- test(ci): update ci config [`#415`](https://github.com/isomerpages/isomercms-backend/pull/415)
- chore(build): automate jumphost setup [`#412`](https://github.com/isomerpages/isomercms-backend/pull/412)
- Fix: identity test [`#414`](https://github.com/isomerpages/isomercms-backend/pull/414)
- build(ci): add ci [`#384`](https://github.com/isomerpages/isomercms-backend/pull/384)
- release(0.4.0): merge back to develop [`#410`](https://github.com/isomerpages/isomercms-backend/pull/410)

#### [v0.4.0](https://github.com/isomerpages/isomercms-backend/compare/v0.3.0...v0.4.0)

> 30 March 2022
- feat(identity): verified merged [`#364`](https://github.com/isomerpages/isomercms-backend/pull/364)
- docs: add instructions to run DB migrations on remote DB [`#404`](https://github.com/isomerpages/isomercms-backend/pull/404)
- release: merge 0.3.0 to develop [`#401`](https://github.com/isomerpages/isomercms-backend/pull/401)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomercms",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 3f749bd

Please sign in to comment.