-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-develop.1 [CI SKIP]
# 1.0.0-develop.1 (2021-04-06) ### Features * add git plugin ([7dc1d9e](7dc1d9e)) * add release logic ([1734182](1734182)) * configure release in ci ([6f84c4d](6f84c4d))
- Loading branch information
1 parent
7dc1d9e
commit 4dcd800
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 1.0.0-develop.1 (2021-04-06) | ||
|
||
|
||
### Features | ||
|
||
* add git plugin ([7dc1d9e](https://github.com/insuusvenerati/docker-pyfa/commit/7dc1d9ef8aab7ba6c21f65e85191f831fa6e0d59)) | ||
* add release logic ([1734182](https://github.com/insuusvenerati/docker-pyfa/commit/1734182b34e98b5130c91a6f0f3afbf244f3f2d5)) | ||
* configure release in ci ([6f84c4d](https://github.com/insuusvenerati/docker-pyfa/commit/6f84c4d1f6c050a0efdefbc57f2151b33b7c8495)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "docker-pyfa", | ||
"version": "0.0.0-development", | ||
"version": "1.0.0-develop.1", | ||
"description": "Run Pyfa(Python fitting Assistant) from a docker container on any system with X11", | ||
"main": "index.js", | ||
"repository": "[email protected]:insuusvenerati/docker-pyfa.git", | ||
|