File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88
99
10+ ## [ 3.0.1] - 2022-07-27
11+
12+ ### Fixed
13+ * Fix ` ember-cli-page-object ` import path, by [ @mkszepp ] ( https://github.com/mkszepp ) .
14+
15+ ### Maintenance
16+ * Bump some dependencies, by [ @mkszepp ] ( https://github.com/mkszepp ) .
17+ * Pin Node 12, use Volta, by [ @lolmaus ] ( https://github.com/lolmaus ) .
18+
19+
20+
1021## [ 3.0.0] - 2020-08-17
1122
1223### Added
Original file line number Diff line number Diff line change @@ -766,10 +766,18 @@ See this addon's acceptance test for example.
766766
767767## Development
768768
769+ ### Use Volta
770+
771+ Use [ Volta] ( https://volta.sh ) to automatically pick correct Node and Yarn versions.
772+
773+
774+
769775### Do not use npm, use yarn
770776
771777This project uses [ Yarn] ( https://yarnpkg.com/ ) to lock dependencies. You can install yarn with ` npm i -g yarn ` .
772778
779+
780+
773781### Installation for development
774782
775783* ` git clone <repository-url> ` this repository
Original file line number Diff line number Diff line change 8888 "sinon-chai" : " ^3.3.0"
8989 },
9090 "engines" : {
91- "node" : " 8.* || >= 10 .*"
91+ "node" : " >= 12 .*"
9292 },
9393 "ember" : {
9494 "edition" : " octane"
100100 "resolutions" : {
101101 "gift" : " ^0.10.2" ,
102102 "**/nise" : " 1.5.2"
103+ },
104+ "volta" : {
105+ "node" : " 12.22.12" ,
106+ "yarn" : " 1.22.19"
103107 }
104108}
You can’t perform that action at this time.
0 commit comments