Skip to content

Commit 68282ec

Browse files
chore: bump version
1 parent 458e34e commit 68282ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-intl-phraseapp",
3-
"version": "4.2.0",
3+
"version": "4.3.2",
44
"description": "The In-Context-Editor for react using react-intl",
55
"homepage": "https://phrase.com",
66
"scripts": {

release.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module.exports = {
1313
"tarballDir": "release"
1414
}],
1515
"@semantic-release/github",
16-
["@semantic-release/git", { "assets": ["CHANGELOG.md", "package.json"] }]
16+
["@semantic-release/git", {
17+
"assets": ["CHANGELOG.md", "package.json"]
18+
}]
1719
],
1820
};

0 commit comments

Comments
 (0)