Skip to content

Commit 00195f1

Browse files
committed
update order of circle jobs
1 parent 2270d0b commit 00195f1

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ workflows:
8484
- publish:
8585
context: manwaring-npm
8686
requires:
87-
- install
87+
- test
8888
filters:
8989
branches:
9090
ignore: /.*/

.nycrc.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
66

77
## [1.0.0]  (2019-09-01)
88

9+
### Added
10+
11+
- Examples with tests to run after publishing a new version
12+
913
### Changed
1014

11-
- Modified how common code is handled (responses, logging, tagging)
15+
- Extensive refactor to support unit tests
16+
- Update documentation to be more clear and concise
1217

1318
## 0.3.9  (2019-09-01)
1419

0 commit comments

Comments
 (0)