Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rc-davis committed Jul 6, 2022
1 parent 9fc12c2 commit f8287ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.7.0](https://github.com/isomerpages/isomercms-backend/compare/v0.6.0...v0.7.0)

- build(deps): bump ansi-regex from 3.0.0 to 3.0.1 [`#462`](https://github.com/isomerpages/isomercms-backend/pull/462)
- build(deps-dev): bump sqlite3 from 5.0.2 to 5.0.8 [`#445`](https://github.com/isomerpages/isomercms-backend/pull/445)
- feat: add site creation tables [`#451`](https://github.com/isomerpages/isomercms-backend/pull/451)
- chore: Upgraded dotenv to enable running tests in WebStorm. [`#450`](https://github.com/isomerpages/isomercms-backend/pull/450)
- test: Fixed duplicate test names and added eslint rules to detect dup… [`#448`](https://github.com/isomerpages/isomercms-backend/pull/448)
- 0.6.0 [`#443`](https://github.com/isomerpages/isomercms-backend/pull/443)

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

> 12 May 2022
- Feat/add access token table [`#441`](https://github.com/isomerpages/isomercms-backend/pull/441)
- Refactor/consolidate misc GitHub requests [`#440`](https://github.com/isomerpages/isomercms-backend/pull/440)
- 0.5.0 [`#434`](https://github.com/isomerpages/isomercms-backend/pull/434)
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.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit f8287ca

Please sign in to comment.