aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/angular-small-apps/CHANGELOG.md
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-20 16:11:50 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-20 16:15:08 +0100
commit73a5c7fae9ffbe9ada721148c8c454a643aceebe (patch)
treec8fad013ed9b5dd589add87f8d45cf02bbfc6e91 /public/projects/angular-small-apps/CHANGELOG.md
parentb01239fbdcc5bbc5921f73ec0e8fee7bedd5c8e8 (diff)
chore!: restructure repo
I separated public files from the config/dev files. It improves repo readability. I also moved dotenv helper to public/inc directory and extract the Matomo tracker in the same directory.
Diffstat (limited to 'public/projects/angular-small-apps/CHANGELOG.md')
-rw-r--r--public/projects/angular-small-apps/CHANGELOG.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/public/projects/angular-small-apps/CHANGELOG.md b/public/projects/angular-small-apps/CHANGELOG.md
new file mode 100644
index 0000000..7e393d1
--- /dev/null
+++ b/public/projects/angular-small-apps/CHANGELOG.md
@@ -0,0 +1,32 @@
+# Changelog
+
+All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+### [2.0.1](https://github.com/ArmandPhilippot/angular-small-apps/compare/v2.0.0...v2.0.1) (2022-02-17)
+
+
+### Bug Fixes
+
+* change schema path in angular config ([6bd1f16](https://github.com/ArmandPhilippot/angular-small-apps/commit/6bd1f167743469c37aea3fb26c152dba538914f2))
+
+## 2.0.0 (2022-02-17)
+
+
+### ⚠ BREAKING CHANGES
+
+* restructure apps as a monorepo
+
+### Features
+
+* handle recipe edition ([096784f](https://github.com/ArmandPhilippot/angular-small-apps/commit/096784f13e5e119c40abb6478ca39fc7228f0a13))
+* **recipes:** allow user to save searched recipes ([6c72c50](https://github.com/ArmandPhilippot/angular-small-apps/commit/6c72c50c23fcc81c11eb8732517a270d8bfc54d6))
+
+
+### Bug Fixes
+
+* **recipes:** print recipes even if local storage is empty ([225ca2a](https://github.com/ArmandPhilippot/angular-small-apps/commit/225ca2af80ca52a1ed153bd45aa5110572b4b06a))
+
+
+### build
+
+* restructure apps as a monorepo ([0493437](https://github.com/ArmandPhilippot/angular-small-apps/commit/0493437003ed9ca247eb14465a8bd522d6003f44))