diff --git a/scriptRunner/CHANGELOG.md b/scriptRunner/CHANGELOG.md new file mode 100644 index 0000000000..5cd11063b2 --- /dev/null +++ b/scriptRunner/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + + + +## [1.0.1] - 2020-06-19 + +### Added + +- Added script runner to run scripts on different instance by http request @faboweb \ No newline at end of file diff --git a/scriptRunner/changes/fabo_crawler-functions b/scriptRunner/changes/fabo_crawler-functions deleted file mode 100644 index 1d0d6702c0..0000000000 --- a/scriptRunner/changes/fabo_crawler-functions +++ /dev/null @@ -1 +0,0 @@ -[Added] Added script runner to run scripts on different instance by http request @faboweb \ No newline at end of file diff --git a/scriptRunner/package.json b/scriptRunner/package.json index bbc11e8607..8f049e5b60 100644 --- a/scriptRunner/package.json +++ b/scriptRunner/package.json @@ -1,6 +1,6 @@ { "name": "scriptrunner", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": {