Skip to content

Latest commit

 

History

History
176 lines (91 loc) · 6.9 KB

CHANGELOG.md

File metadata and controls

176 lines (91 loc) · 6.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[3.3.0] - 2024-11-20

Added

  • --increment flag to oneblink-release repository command allowing auto incrementing

[3.2.2] - 2024-08-07

Release Name: Navy Spheres

Added

  • product-s3-object-lambda to repo list

[3.2.1] - 2024-06-04

Added

  • prompt to update @oneblink/types when updating dependents

[3.2.0] - 2024-05-01

Added

  • @oneblink/storage (NPM package) to product repositories

[3.1.0] - 2024-03-26

Added

  • oneblink-release update-dependents command

[3.0.2] - 2024-01-31

Fixed

  • prettier config not working due to missing plugins

[3.0.1] - 2024-01-18

[3.0.0] - 2024-01-10

Added

  • oneblink-release product command
  • oneblink-release repository command (this replaces the old oneblink-release command)
  • support for nuget repositories

Removed

  • [BREAKING] oneblink-release command

Dependencies

[2.1.1] - 2023-11-07

Dependencies

[2.1.0] - 2023-10-17

Dependencies

[2.0.3] - 2023-04-04

Fixed

  • docs not referencing nodejs 18 and npm 8

[2.0.2] - 2023-04-03

Added

  • release name to git commit and tag message

[2.0.1] - 2023-04-03

Fixed

[2.0.0] (2023-04-03)

Added

  • release name prompt to add name of release to changelog (can also be set via --name="Release Name" flag)
  • --no-name flag to allow skipping adding a release name to the changelog

Changed

  • [BREAKING] required NodeJS 18

Dependencies

[1.2.0] - 2022-08-26

Moved

  • patch-package to deps

Added

  • patches dir to files in package.json file
  • changelog-parser to bundleDependencies

[1.1.0] - 2022-08-26

Patched

  • changelog-parser to use \n as line endings instead of detecting based on platform

[1.0.0] - 2021-04-21

Added

  • Initial Release