From 82a7e5d57b6e090506847429fee6318185753c02 Mon Sep 17 00:00:00 2001 From: Pedro Queiroz Date: Tue, 10 Dec 2024 22:17:31 -0300 Subject: [PATCH] chore(main): release 1.14.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f6fde93 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [1.14.0](https://github.com/pmqueiroz/umbra/compare/1.13.0...v1.14.0) (2024-12-11) + + +### Features + +* add plus equal and minus equal operators ([07c8a89](https://github.com/pmqueiroz/umbra/commit/07c8a899f0030ba106a0febf13cc3e33883594ce)) +* prevent reassigning constant variables ([5e1176b](https://github.com/pmqueiroz/umbra/commit/5e1176b11fd05a244785b39683587fe70b093bc1)) +* set lib ([82a9470](https://github.com/pmqueiroz/umbra/commit/82a94702a7e5ba349bb4a6244eafb2bc10501a9a))