Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Jul 4, 2020
1 parent 65b07d7 commit 8096f49
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/Strider-CD/strider-simple-runner/compare/v1.1.0...v2.0.0) (2020-07-04)


### ⚠ BREAKING CHANGES

* Drop Node < 10

### Bug Fixes

* Drop Old Node, update deps, use yarn ([0e77886](https://github.com/Strider-CD/strider-simple-runner/commit/0e778861190f2f26004b3402f4d94205d9d5a8d5))
* emit a job.errored event when processing job and encountering an error ([65b07d7](https://github.com/Strider-CD/strider-simple-runner/commit/65b07d7c46f6e926a3c013e60087a2e035af2e3b))
* eslint config typo ([d69cff0](https://github.com/Strider-CD/strider-simple-runner/commit/d69cff0c8b79ade0e6ed5bc1d4614afb4c68a391))
* remove node 4 from travis ([9779f29](https://github.com/Strider-CD/strider-simple-runner/commit/9779f29f40965b9cc4eea37d6fc9135346d2d327))
* update deps ([6784fcf](https://github.com/Strider-CD/strider-simple-runner/commit/6784fcfa605abf21fe3dc6ddd5d2a2f5e98a6218))
* upgrade lodash; pending strider dependencies upgrade ([#41](https://github.com/Strider-CD/strider-simple-runner/issues/41)) ([f5f6b0c](https://github.com/Strider-CD/strider-simple-runner/commit/f5f6b0c4001073d298f0ddd6565368eae3ee9c69))

<a name="1.1.0"></a>

# 1.1.0 (2018-08-14)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strider-simple-runner",
"description": "Simple in-process worker implementation for Strider",
"version": "1.1.0",
"version": "2.0.0",
"homepage": "http://github.com/Strider-CD/strider-simple-runner",
"main": "./index.js",
"repository": {
Expand Down

0 comments on commit 8096f49

Please sign in to comment.