Skip to content

Commit

Permalink
release: @flex-development/[email protected] (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Aug 6, 2022
1 parent c554ed4 commit 0f2061a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## [2.0.0-alpha.1](https://github.com/flex-development/dtag/compare/[email protected]@2.0.0-alpha.1) (2022-08-05)


### ⚠ BREAKING CHANGES

* **node:** reimplement tag lookup given new `Options`
* **options:** `tagPrefix?` -> `prefix?`
* **options:** `version?` -> `target?`
* **options:** drop `delimiter`
* **options:** drop `map`
* **options:** drop `skip`


### :robot: Continuous Integration

* **workflows:** allow [@dependabot](https://github.com/dependabot) to modify lock file during `ci` runs ([89449a0](https://github.com/flex-development/dtag/commit/89449a010225a078f430bc80195b156df3e4991f))
* **workflows:** skip integrity checks for [@dependabot](https://github.com/dependabot) ([200affb](https://github.com/flex-development/dtag/commit/200affb0361c99e36657d96b47f75af6c0c683b0))


### :pencil: Documentation

* **cli:** usage ([ba1b176](https://github.com/flex-development/dtag/commit/ba1b176d8042dcde31db3555a9c8dcf13385eb43))
* **node:** usage ([c554ed4](https://github.com/flex-development/dtag/commit/c554ed4fbdec89365bb9ec731971142a666d4bdc))


### :sparkles: Features

* **cli:** app ([ea0cc4f](https://github.com/flex-development/dtag/commit/ea0cc4fdc5b4a79915930c073e8a55907ba0743b))
* **options:** `Flags` ([331450b](https://github.com/flex-development/dtag/commit/331450bfe26e1370483a34bc9860a084533a69ab))


### :house_with_garden: Housekeeping

* cleanup [@dependabot](https://github.com/dependabot) config ([865092a](https://github.com/flex-development/dtag/commit/865092a0dd3e2ebcce0cd0eddc5c1a7bd4ca398b))
* prevent prettier from formatting markdown ([b39244a](https://github.com/flex-development/dtag/commit/b39244abcdf3385b057dc72a0021ad010cb38c44))
* refactor project architecture ([d8912bf](https://github.com/flex-development/dtag/commit/d8912bf9d3f65d1051a15e56743ed943499887db))


### :zap: Refactors

* **node:** reimplement tag lookup given new `Options` ([2c935e6](https://github.com/flex-development/dtag/commit/2c935e663fe356387548144121607ee504423912))
* **options:** `DistTagOptions` -> `Options` ([63f05d6](https://github.com/flex-development/dtag/commit/63f05d620b0e87f13aa4eeab7ad37e3479dc7c76))

## 1.0.0 (2021-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/dtag",
"description": "Distribution tag lookup utility",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"keywords": [
"dist-tag",
"typescript"
Expand Down

0 comments on commit 0f2061a

Please sign in to comment.