Skip to content

Commit edac566

Browse files
committed
v16.1.3
1 parent 73b774e commit edac566

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-16.1.3'></a>
23+
## v16.1.3 (2023-12-07)
24+
25+
- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)
26+
- [Bugfix] Fix image build/pull/push when 3rd-party microfrontends are bind-mounted. (by @regisb)
27+
- [Feature] Introduce a `get_mfe(name)` template function to make it easier to write patches. (by @regisb)
28+
2229
<a id='changelog-16.1.2'></a>
2330
## v16.1.2 (2023-11-06)
2431

changelog.d/20231004_141842_codewithemad_test_lint.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20231205_164707_regis_fix_3rd_party_build.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20231206_170625_regis_get_mfe.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutormfe/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "16.1.2"
1+
__version__ = "16.1.3"

0 commit comments

Comments
 (0)