Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
- Closed rooseveltframework#404
- Various dependencies bumped.
  • Loading branch information
kethinov committed Oct 6, 2020
1 parent 4ecbed0 commit 91664cc
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 112 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- Put your changes here...

## 0.5.6

- Closed https://github.com/rooseveltframework/teddy/issues/404
- Various dependencies bumped.

## 0.5.5

- Closed https://github.com/rooseveltframework/teddy/issues/421
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Before opening a pull request

- Run: `npm run build`.
- Be sure all tests pass: `npm t`.
- Ensure 100% code coverage and write new tests if necessary: `npm run coverage`.
- Add your changes to `CHANGELOG.md`.
Expand All @@ -12,6 +13,8 @@ If you are a maintainer of Teddy, please follow the following release procedure:

- Merge all desired pull requests into master.
- Bump `package.json` to a new version and run `npm i` to generate a new `package-lock.json`.
- Run: `npm run build`.
- Be sure all tests pass: `npm t`.
- Alter CHANGELOG "Next version" section and stamp it with the new version.
- Paste contents of CHANGELOG into new version commit.
- Open and merge a pull request with those changes.
Expand Down
Loading

0 comments on commit 91664cc

Please sign in to comment.