From 4dcd8006aacfa622564437e51c487ddfe08fdf4d Mon Sep 17 00:00:00 2001 From: Sean Norwood Date: Tue, 6 Apr 2021 19:43:21 +0000 Subject: [PATCH] chore(release): 1.0.0-develop.1 [CI SKIP] # 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)) --- CHANGELOG.MD | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.MD diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..f357e2f --- /dev/null +++ b/CHANGELOG.MD @@ -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)) diff --git a/package.json b/package.json index bbea5cf..47f8743 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:insuusvenerati/docker-pyfa.git",