Skip to content

Latest commit

 

History

History
160 lines (75 loc) · 7.62 KB

CHANGELOG.md

File metadata and controls

160 lines (75 loc) · 7.62 KB

2.0.1 (2024-01-10)

Bug Fixes

  • #777 check for existing NuGet source before adding (e3047bb)

2.0.0 (2023-10-19)

Bug Fixes

  • update exports in package.json (651e34b)
  • use OS agnostic path separator (3cb4c0a), closes #686

Features

BREAKING CHANGES

  • this library is now build and published as ESM package to follow official Semantic Release plugins

2.0.0-beta.2 (2023-10-18)

Bug Fixes

  • update exports in package.json (651e34b)

2.0.0-beta.1 (2023-10-18)

Bug Fixes

  • use OS agnostic path separator (3cb4c0a), closes #686

Features

BREAKING CHANGES

  • this library is now build and published as ESM package to follow official Semantic Release plugins

1.4.1 (2023-10-10)

Bug Fixes

  • publish: don't give invalid -v argument to dotnet nuget push (9b7ea6e)

1.4.0 (2023-10-10)

Features

  • add dotnetVerbosity option (7971c60)

1.3.0 (2023-09-18)

Features

  • add gitlabRegistryProjectId config (e2c29aa)
  • GitLab: allow to provide a username when publishing to separate GitLab project (49de3d1), closes #624

1.3.0-beta.2 (2023-09-11)

Features

  • GitLab: allow to provide a username when publishing to separate GitLab project (49de3d1), closes #624

1.3.0-beta.1 (2023-08-09)

Features

  • add gitlabRegistryProjectId config (e2c29aa)

1.2.0 (2022-08-22)

Bug Fixes

  • deps: update vulnerable deps via npm audit fix (a9b79b7)
  • verify: use SemanticReleaseError in verify (a749358)

Features

  • allow to skip publish to official NuGet (53eb0e7)

1.2.0-beta.1 (2022-07-13)

Bug Fixes

  • deps: update vulnerable deps via npm audit fix (a9b79b7)
  • verify: use SemanticReleaseError in verify (a749358)

Features

  • allow to skip publish to official NuGet (53eb0e7)

1.1.2 (2022-07-13)

Bug Fixes

  • publish: prevent NuGet token from leaking in logs (9e3c005)

1.1.1 (2022-04-05)

Bug Fixes

  • prepare failed when projectPath was string (f3297b7)

1.1.0 (2022-03-18)

Features

  • allow to build multiple NuGet packages in one Repo (39c5fa3)

1.1.0-beta.1 (2022-03-15)

Features

  • allow to build multiple NuGet packages in one Repo (39c5fa3)

1.0.3 (2022-01-27)

Bug Fixes

  • publish: use NuGet API url and snupkg (6c64590)

1.0.2 (2022-01-27)

Bug Fixes

  • publish: use nuget.org as default push source (d0c7016)

1.0.1 (2022-01-20)

Bug Fixes

  • release: mark package as publicly accessible (f787f4b)

1.0.0 (2022-01-20)

Features