Skip to content

Commit

Permalink
release(version): Release 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](1.7.2...1.8.0) (2023-03-02)

### Features

* force update ([0f2b8e2](0f2b8e2))
  • Loading branch information
semantic-release-bot committed Mar 2, 2023
1 parent 0f2b8e2 commit 86c5eb3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "metaedit",
"name": "MetaEdit",
"version": "1.7.2",
"minAppVersion": "0.12.0",
"description": "MetaEdit helps you manage your metadata.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"isDesktopOnly": false
}
{
"id": "metaedit",
"name": "MetaEdit",
"version": "1.8.0",
"minAppVersion": "0.12.0",
"description": "MetaEdit helps you manage your metadata.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaedit",
"version": "1.7.2",
"version": "1.8.0",
"description": "MetaEdit helps you manage your metadata.",
"main": "main.js",
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.7.2": "0.12.0"
}
{
"1.7.2": "0.12.0",
"1.8.0": "0.12.0"
}

0 comments on commit 86c5eb3

Please sign in to comment.