Skip to content

Commit

Permalink
v16.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Dec 7, 2023
1 parent 73b774e commit edac566
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-16.1.3'></a>
## v16.1.3 (2023-12-07)

- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)
- [Bugfix] Fix image build/pull/push when 3rd-party microfrontends are bind-mounted. (by @regisb)
- [Feature] Introduce a `get_mfe(name)` template function to make it easier to write patches. (by @regisb)

<a id='changelog-16.1.2'></a>
## v16.1.2 (2023-11-06)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20231004_141842_codewithemad_test_lint.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231205_164707_regis_fix_3rd_party_build.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231206_170625_regis_get_mfe.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutormfe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "16.1.2"
__version__ = "16.1.3"

0 comments on commit edac566

Please sign in to comment.