Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2024-11-07)

### Bug Fixes

* make api table formatter a preProcessor ([98d3de1](98d3de1))
* properly consume remoteReadmeVariant ([7b5f108](7b5f108))
* sourcery feedback ([de11fe8](de11fe8))
* use fileURLToPath instead of manual formatting ([3d4e834](3d4e834))
* use import.meta.url instead of __dirname ([9185197](9185197))
  • Loading branch information
semantic-release-bot committed Nov 7, 2024
1 parent de11fe8 commit 9f1b412
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Semantic Release Automated Changelog

## [3.0.1](https://github.com/AlaskaAirlines/auro-library/compare/v3.0.0...v3.0.1) (2024-11-07)


### Bug Fixes

* make api table formatter a preProcessor ([98d3de1](https://github.com/AlaskaAirlines/auro-library/commit/98d3de1e290ea2e3f03da9ef0d167c3291bc195b))
* properly consume remoteReadmeVariant ([7b5f108](https://github.com/AlaskaAirlines/auro-library/commit/7b5f1082710288d86f8bf182c0ceb71ac3ad7420))
* sourcery feedback ([de11fe8](https://github.com/AlaskaAirlines/auro-library/commit/de11fe8d70946b6096970026406f63bd9fdc10ba))
* use fileURLToPath instead of manual formatting ([3d4e834](https://github.com/AlaskaAirlines/auro-library/commit/3d4e8348bf249620eb88a6e1094a8f920c34369a))
* use import.meta.url instead of __dirname ([9185197](https://github.com/AlaskaAirlines/auro-library/commit/9185197d8b0179dfe645497c640b025d8f39c6b3))

# [3.0.0](https://github.com/AlaskaAirlines/auro-library/compare/v2.11.0...v3.0.0) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurodesignsystem/auro-library",
"version": "3.0.0",
"version": "3.0.1",
"description": "This repository holds shared scripts, utilities, and workflows utilized across repositories along the Auro Design System.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9f1b412

Please sign in to comment.