File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111#### Deprecated
1212#### Removed
1313
14+ ## [ 2.0.2] - 2025-04-11
15+
16+ ### Fixed
17+
18+ * fix: Add publishing fields to package.json
19+
1420## [ 2.0.1] - 2025-04-10
1521
1622### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @telefonica/opensource-scaffold" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "type" : " module" ,
55 "description" : " Scaffolding for open source projects. A CLI tool to create open source repositories with standard tools and resources" ,
66 "packageManager" : " pnpm@9.4.0" ,
7+ "license" : " Apache-2.0" ,
8+ "author" : " Telefónica Innovación Digital" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/Telefonica/opensource-scaffold"
12+ },
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org/" ,
15+ "access" : " public"
16+ },
17+ "keywords" : [
18+ " opensource" ,
19+ " open-source" ,
20+ " scaffold" ,
21+ " contributing-guidelines" ,
22+ " license" ,
23+ " issue-template" ,
24+ " pull-request-template" ,
25+ " generator" ,
26+ " dependencies" ,
27+ " dependency-analysis" ,
28+ " spdx-license" ,
29+ " spdx" ,
30+ " copyright" ,
31+ " contributors" ,
32+ " contributing" ,
33+ " license-check" ,
34+ " community" ,
35+ " standard"
36+ ],
737 "scripts" : {
838 "build" : " pnpm build:library && pnpm build:action" ,
939 "build:library" : " tsc" ,
96126 },
97127 "engines" : {
98128 "node" : " >=18"
99- },
100- "license" : " Apache-2.0"
129+ }
101130}
You can’t perform that action at this time.
0 commit comments