Skip to content

Commit

Permalink
chore(release): 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jan 19, 2021
1 parent 593f3a8 commit 7b87a1d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.1.0](https://github.com/danactive/history/compare/v6.0.0...v6.1.0) (2021-01-19)


### Features

* **Organize Previews:** DRY JSX of thumbnail ([9dc2777](https://github.com/danactive/history/commit/9dc2777a78eadc8d3a60b45b92d9e8ffa402656e))
* **Organize Previews:** Integrate with Walk Page ([be1ca4a](https://github.com/danactive/history/commit/be1ca4a1a8b640b05ef16d173ee3dbe58b3cf782))
* **Organize Previews:** Multiple columns with DRY thumbnail ([d900a28](https://github.com/danactive/history/commit/d900a28cf23586ac5516951414aa49fbafccdf17))


### Bug Fixes

* **Organize Previews:** Fix Safari; Generate columns based on photo count ([cd6bc7c](https://github.com/danactive/history/commit/cd6bc7c116e2904b4edce9df3e7de47b6c3839bd))
* **Resize API:** Error when source images not in originals folder ([dcf104d](https://github.com/danactive/history/commit/dcf104df016d4278d6c398b22446383f4a45c700))

## [6.0.0](https://github.com/danactive/history/compare/v5.6.2...v6.0.0) (2020-07-13)


Expand Down
2 changes: 1 addition & 1 deletion api/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 api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "history",
"version": "6.0.0",
"version": "6.1.0",
"scripts": {
"harness": "node ./node_modules/tuxharness/index.js",
"lint": "npm run lint:js && npm run lint:docs",
Expand Down

0 comments on commit 7b87a1d

Please sign in to comment.