Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
husainshabbir committed Apr 6, 2018
1 parent 85618c1 commit 0f381d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/scripts.babel/options/components/ChangelogPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import React from 'react';
const ChangelogPage = () => (
<div>
<h2>Form Filler Changelog</h2>
<p><strong>Version 2.8.10</strong></p>
<ul>
<li>Fixed an error with sorting custom fields in Firefox.</li>
</ul>
<hr />
<p><strong>Version 2.8.8</strong></p>
<ul>
<li>Fixed a typo. (<a href="https://github.com/husainshabbir/form-filler/pull/71" target="_blank" rel="noopener noreferrer">#71</a>)</li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-filler",
"version": "2.8.9",
"version": "2.8.10",
"description": "Fills all inputs in a page with dummy data.",
"author": "Hussein Shabbir",
"license": "MIT",
Expand Down

0 comments on commit 0f381d0

Please sign in to comment.