Releases: octokit/create-octokit-project.js
Releases · octokit/create-octokit-project.js
v4.0.2
4.0.2 (2023-07-05)
Bug Fixes
- deps: update dependency prettier to v3 (#269) (276ee30)
v4.0.1
4.0.1 (2023-06-20)
Bug Fixes
- correct some issues lingering from ESM migration (#267) (3bdae62), closes #266
v4.0.0
4.0.0 (2023-06-20)
Features
BREAKING CHANGES
create-octokit-project
is now a native ES Module
v3.0.1
3.0.1 (2023-06-12)
Bug Fixes
- deps: update dependency @octokit/auth-oauth-device to v5 (#264) (50bd930)
v3.0.0
3.0.0 (2023-06-12)
Continuous Integration
BREAKING CHANGES
-
Drop support for NodeJS v14, v16
-
ci: stop testing against NodeJS v14, v16
-
ci: stop testing against NodeJS v14, v16
-
ci: stop testing against NodeJS v14, v16
-
ci: stop testing against NodeJS v14, v16
-
ci: stop testing against NodeJS v14, v16
-
fix: update templates to use Node 18, 20
-
build(test.yml): set node-version to 18
-
style: run prettier
v2.4.0
2.4.0 (2023-05-27)
Features
- remove pika and replace with esbuild + tsc (#260) (09c2081)
v2.3.6
2.3.6 (2022-11-26)
Bug Fixes
v2.3.5
2.3.5 (2022-11-25)
Bug Fixes
v2.3.4
2.3.4 (2022-11-25)
Bug Fixes
v2.3.3
2.3.3 (2022-10-25)
Bug Fixes
- correct typo and actually call
main()
in the bin script (#207) (e908776)