This repository was archived by the owner on May 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ v0.2.0] ( https://github.com/inyono/copyright-headers/compare/v0.1.0..v0.2.0 )
6+
7+ ### Breaking Changes
8+
9+ - This package is now ESM only. [ Learn more about ESM in this guide] ( https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ) .
10+
11+ - Drop Node v12 support.
12+
513## [ v0.1.0] ( https://github.com/inyono/copyright-headers/compare/v0.0.2..v0.1.0 )
614
715### Breaking Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @inyono/copyright-headers" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "homepage" : " https://github.com/inyono/changelog" ,
55 "bugs" : {
66 "url" : " https://github.com/inyono/changelog/issues"
1111 "type" : " module" ,
1212 "exports" : " ./dist/index.js" ,
1313 "types" : " ./dist/index.d.ts" ,
14+ "files" : [
15+ " /dist"
16+ ],
1417 "scripts" : {
1518 "_prettier" : " prettier ." ,
1619 "build" : " rimraf dist && tsup src/index.ts --dts --format esm" ,
Original file line number Diff line number Diff line change @@ -60,6 +60,13 @@ async function exec(): Promise<void> {
6060 ] ,
6161 added : [ 'Update dependencies to support Node v14.' ] ,
6262 } ,
63+ {
64+ tagName : 'v0.2.0' ,
65+ breakingChanges : [
66+ 'This package is now ESM only. [Learn more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).' ,
67+ 'Drop Node v12 support.' ,
68+ ] ,
69+ } ,
6370 ] ,
6471 } )
6572
You can’t perform that action at this time.
0 commit comments