We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29df4fa commit c85a313Copy full SHA for c85a313
.circleci/config.yml
@@ -265,10 +265,14 @@ workflows:
265
- test_6_2_5:
266
requires:
267
- package
268
- - test_6_3_0_beta1:
+ - test_6_3_6:
269
270
271
+ - test_6_4_4:
272
+ requires:
273
+ - package
274
- report:
275
276
- test_6_2_5
- - test_6_3_0_beta1
277
+ - test_6_3_6
278
+ - test_6_4_4
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## development
4
5
+## v0.6.2
6
+- Fix CircleCI recipe
7
+
8
## v0.6.1
9
- Update yarn.lock
10
- Update documentation
0 commit comments