Skip to content

Version 0.8.0 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 0.7.0 - 2019-02-12
## 0.8.0 - 2020-02-12

- Upgraded Reason parser to Reason 3.6.0 (8f71db0)
- Upgraded dependencies.

## 0.8.0 - 2019-02-12

- Upgraded Reason parser to Reason 3.4.0.
- Upgraded dependencies.
Expand Down
2 changes: 1 addition & 1 deletion bin/Version.re
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let version = "0.7.0";
let version = "0.8.0";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-react-intl-extractor",
"version": "0.7.0",
"version": "0.8.0",
"description": "Message extractor for bs-react-intl",
"author": "Christoph Knittel <christoph.knittel@cca.io>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion test/Test.re
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Usage = {
};

module Version = {
let version = "0.7.0";
let version = "0.8.0";

let testVersion = () => checkRes("-v", (version ++ "\n", ""));

Expand Down