Skip to content

Commit

Permalink
Bump ini from 1.3.5 to 1.3.8 in /web
Browse files Browse the repository at this point in the history
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and threecgreen committed Dec 22, 2020
1 parent 260db97 commit 8649da6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vinoteca"
description = "Wine purchase tracker"
repository = "https://github.com/threecgreen/vinoteca"
version = "6.0.1"
version = "6.0.2"
edition = "2018"
authors = ["Carter Green <cartergr@usc.edu>"]
readme = "./README.md"
Expand Down
3 changes: 3 additions & 0 deletions web/front_end/about/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export const Changelog: React.FC<RouteComponentProps> = () => {
<div className="container">
<h1 className="page-title med-heading">Changelog</h1>

<h5>6.0.2</h5>
<p>Update dependency</p>

<h5>6.0.1</h5>
<p>Fix bug where deleting a wine&rsquo;s description would never be saved</p>

Expand Down
10 changes: 5 additions & 5 deletions web/package-lock.json

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

0 comments on commit 8649da6

Please sign in to comment.