Skip to content

Commit c85a313

Browse files
committed
Fix CircleCI recipe
1 parent 29df4fa commit c85a313

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,14 @@ workflows:
265265
- test_6_2_5:
266266
requires:
267267
- package
268-
- test_6_3_0_beta1:
268+
- test_6_3_6:
269269
requires:
270270
- package
271+
- test_6_4_4:
272+
requires:
273+
- package
271274
- report:
272275
requires:
273276
- test_6_2_5
274-
- test_6_3_0_beta1
277+
- test_6_3_6
278+
- test_6_4_4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## development
44

5+
## v0.6.2
6+
- Fix CircleCI recipe
7+
58
## v0.6.1
69
- Update yarn.lock
710
- Update documentation

0 commit comments

Comments
 (0)