Skip to content

Commit

Permalink
fix(SemanticRelease): Drop version, note: jsonTrailingNewline option …
Browse files Browse the repository at this point in the history
…added

Something messed up SemanticRelease and that way the newly added jsonTrailingNewline option didn't
make it in the changelog. This commit will make sure it is in there now. Also dropped the version
field from package.json, since SR takes care of that.
  • Loading branch information
Gertjan Reynaert committed Dec 16, 2016
1 parent 7ec2038 commit c5b69d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "react-intl-translations-manager",
"version": "3.2.1",
"description": "Manage all translations based on the extracted messages of the babel-plugin-react-intl",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit c5b69d6

Please sign in to comment.