Skip to content

Commit 3b1e5c8

Browse files
committed
Changelog; bumped version; npm name change
1 parent 1e7dab2 commit 3b1e5c8

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22

3-
## [Latest](https://github.com/cortex-lab/matlab-ci/commits/master) [3.0.0]
3+
## [Latest](https://github.com/cortex-lab/matlab-ci/commits/master) [3.0.1]
44

5+
## Modified
6+
7+
- Dependency vulnerability hotfix
8+
- npm name changed to 'lab-ci' to conform with package rules
9+
10+
## [3.0.0]
11+
512
## Added
613

714
- any number of tasks may be added for a job, which are then executed in series

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "LabCI",
3-
"version": "3.0.0",
2+
"name": "lab-ci",
3+
"version": "3.0.1",
44
"description": "A small set of modules written in Node.js for running automated tests of MATLAB and Python code in response to GitHub events. Also submits code coverage to the Coveralls API.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)