Skip to content

Commit

Permalink
chore(release): release @siteed/publisher@0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Oct 31, 2024
1 parent cb34621 commit fdb2a3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions packages/publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- feat: extract file information in git service ([de663d2](https://github.com/deeeed/universe/commit/de663d2cf84e80dc2fe898cbc6dc8264fed88115))
- feat: filter autochangelog by package ([c3b1221](https://github.com/deeeed/universe/commit/c3b12212c7dfd7c6fa630ec1541fc198120a1a43))


## [0.4.15] - 2024-10-31
- extract file information in git service ([de663d2](https://github.com/deeeed/universe/commit/de663d2cf84e80dc2fe898cbc6dc8264fed88115))
- filter autochangelog by package ([c3b1221](https://github.com/deeeed/universe/commit/c3b12212c7dfd7c6fa630ec1541fc198120a1a43))
- chore(release): release @siteed/publisher@0.4.14 ([11f1b85](https://github.com/deeeed/universe/commit/11f1b85603d910d10e6ee963ccd9784624921cec))

## [0.4.14] - 2024-10-31
- changelog update with commit links
- proper changelog generation
- docs: cleanup changelog


## [0.4.12] - 2024-10-31
- fix: invalid changelog format



## [0.4.11] - 2024-10-31
- ⚠️ **WARNING: DEVELOPMENT IN PROGRESS** ⚠️



## [0.4.10] - 2024-10-30
- dry run mode
- feat: dry run mode



## [0.4.9] - 2024-10-30
- full process with helper scripts
- feat: full process with helper scripts

[unreleased]: https://github.com/deeeed/universe/compare/@siteed/publisher@0.4.14...HEAD
[unreleased]: https://github.com/deeeed/universe/compare/@siteed/publisher@0.4.15...HEAD
[0.4.15]: https://github.com/deeeed/universe/compare/@siteed/publisher@0.4.14...@siteed/publisher@0.4.15
[0.4.14]: https://github.com/deeeed/universe/compare/@siteed/publisher@0.4.13...@siteed/publisher@0.4.14
[0.4.13]: https://github.com/deeeed/universe/compare/@siteed/publisher@0.4.12...@siteed/publisher@0.4.13
[0.4.12]: https://github.com/deeeed/universe/compare/@siteed/publisher@0.4.11...@siteed/publisher@0.4.12
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siteed/publisher",
"version": "0.4.14",
"version": "0.4.15",
"description": "Flexible release management tool for JavaScript/TypeScript monorepos",
"author": "Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)",
"license": "MIT",
Expand Down

0 comments on commit fdb2a3a

Please sign in to comment.