File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- ## v2.0.10
1
+ ## v2.0.12
2
2
* (668b957) Create codeql-analysis.yml (#25 ) (Denis Tokarev)
3
3
* (8b06c25) Update CI to publish only when integration tests has passed (#26 ) (github-actions[ bot] )
4
4
* (af4e364) Bump version to 2.0.10 (Denis Tokarev)
5
5
* (ac4486b) Update the project changelog (github-actions[ bot] )
6
- * (27ef151) Fix tests (Denis Tokarev)
6
+ * (9d6f73d) Fix tests (#28 ) (github-actions[ bot] )
7
+ * (e9ec45b) Fix #29 (Denis Tokarev)
8
+ * (5b8ba34) Bump to 2.0.12 (Denis Tokarev)
7
9
8
10
## v2.0.9
9
11
* (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev)
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017-2021 Denis Tokarev (https://github.com/devlato)
3
+ Copyright (c) 2017-2022 Denis Tokarev (https://github.com/devlato)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " async-wait-until" ,
3
- "version" : " 2.0.10 " ,
3
+ "version" : " 2.0.12 " ,
4
4
"description" : " Waits for a given predicate callback to return a truthy value and resolves" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.esm.js" ,
27
27
"format" : " cross-env NODE_ENV=production eslint -c .eslintrc.js --fix ." ,
28
28
"clean" : " npm run lint:clean & npm run test:clean & npm run build:clean & npm run docs:clean & wait" ,
29
29
"release" : " npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci" ,
30
- "prepublish " : " npm run clean && npm run release"
30
+ "prepublishOnly " : " npm run clean && npm run release"
31
31
},
32
32
"repository" : {
33
33
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments