Skip to content

Commit

Permalink
change log (release): v1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Feb 19, 2024
1 parent 0a4af38 commit 1f3e75c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 74 deletions.
82 changes: 9 additions & 73 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.5](https://github.com/ephrimlawrence/ananse/compare/v1.1.4...v1.1.5) (2024-02-19)


### Bug Fixes

* update npm deploy action ([ec00d7e](https://github.com/ephrimlawrence/ananse/commit/ec00d7e932d54f56d59b58b1c14802e03a0c3e13))



## [1.1.4](https://github.com/ephrimlawrence/ananse/compare/v1.1.3...v1.1.4) (2024-02-19)


Expand Down Expand Up @@ -29,76 +38,3 @@



# [1.1.0](https://github.com/ephrimlawrence/ananse/compare/df0a1faf37d97bdf87d3fe258eee7830b2992fae...v1.1.0) (2024-02-19)


### Bug Fixes

* broken state in redis session ([8c3c75b](https://github.com/ephrimlawrence/ananse/commit/8c3c75bc134d01c8fbaa5d26de7b675d57ae683e))
* bug fix ([977676d](https://github.com/ephrimlawrence/ananse/commit/977676d8e73014cf7905a911a4ec88e9c4af888e))
* bug fix ([446505d](https://github.com/ephrimlawrence/ananse/commit/446505d1c031e589f47be60e2bb9b15012b40512))
* bug fixes ([b2536b4](https://github.com/ephrimlawrence/ananse/commit/b2536b4f8545ec526f541dfc283f6f511590d54f))
* change default export to 'Ananse' ([7035293](https://github.com/ephrimlawrence/ananse/commit/7035293819ba14059af88fbec57b09caaecd3df4))
* config reading bug ([688790d](https://github.com/ephrimlawrence/ananse/commit/688790dcd965d2b2a7da6ecd7a683889c24ccde5))
* **core:** visited menu bug ([d3e5e02](https://github.com/ephrimlawrence/ananse/commit/d3e5e025b4cd9a77b8f5c48e8c91523fbd4eff12))
* **forms:** form termination bug ([111dc7f](https://github.com/ephrimlawrence/ananse/commit/111dc7fe7470ce204b8965e6b1210927e7083297))
* **forms:** inputs state tracking bug ([3b69fba](https://github.com/ephrimlawrence/ananse/commit/3b69fba4ec350858c4b25b68a99922b556321c56))
* **forms:** menu action bug ([7892745](https://github.com/ephrimlawrence/ananse/commit/7892745b7d7d3b1aa16fab60408d4ce9e783b5d1))
* **forms:** navigating from input to next menu bug ([b587680](https://github.com/ephrimlawrence/ananse/commit/b587680b0c9a80de97f6e9f0cc299c75c2ffb539))
* **forms:** navigating from input to next menu bug ([e1b4802](https://github.com/ephrimlawrence/ananse/commit/e1b4802b2c6b6d974b91d5cf395e4e3b3ca5ec40))
* **forms:** navigating from input to next menu bug ([0320433](https://github.com/ephrimlawrence/ananse/commit/03204335e7d9743ccd50d3307334536525e1f273))
* minor bug ([9441278](https://github.com/ephrimlawrence/ananse/commit/9441278e39507b3a4448c549fdc2146d097c80e1))
* optimize session state lookup ([4a95c1e](https://github.com/ephrimlawrence/ananse/commit/4a95c1e572abd6f43e6fdfa4ed7357ac93dfd0eb))
* redis bug ([d24053a](https://github.com/ephrimlawrence/ananse/commit/d24053a36ae701b14ca25e9752e5e38727fdbb4e))
* remove MenuRouter default export ([ac2ca1d](https://github.com/ephrimlawrence/ananse/commit/ac2ca1d75ed85e3eb6b47fca2294f61b5de49fc8))
* session interface bug fix ([1d65a34](https://github.com/ephrimlawrence/ananse/commit/1d65a34ad60327647eca0cb7be0f660d1a296eeb))
* session interface bugs ([1108439](https://github.com/ephrimlawrence/ananse/commit/1108439952b20b0747a691b798ae8de277ae8e59))
* session interface bugs ([7701bfa](https://github.com/ephrimlawrence/ananse/commit/7701bfa81a49f8270b8001b43d67619a459df1ad))
* session termination bug ([3ebda57](https://github.com/ephrimlawrence/ananse/commit/3ebda575b9cbda0dddf189c81e3408851c7236c0))
* session termination bug ([d75ae72](https://github.com/ephrimlawrence/ananse/commit/d75ae72614a84a8f92962be334bdaabd48d1cc0e))
* state management bug fix ([aa42a03](https://github.com/ephrimlawrence/ananse/commit/aa42a03035d095baa22f19154017f8f6e62badbb))
* still on state hydration bug ([3360b7d](https://github.com/ephrimlawrence/ananse/commit/3360b7d6705b0578fbadaaa8465626b5373add30))
* **test:** minor bug fixes ([f56fa83](https://github.com/ephrimlawrence/ananse/commit/f56fa83d376bc44efc21d2ae6151bf724d66dc99))
* type error ([0ae6cdb](https://github.com/ephrimlawrence/ananse/commit/0ae6cdb6c5099547475cf6de9a7e128a5072ae00))
* update mysql session ([a7cc6c0](https://github.com/ephrimlawrence/ananse/commit/a7cc6c05a6a6bbf5f21a91af0dd017b8b727b0c9))
* update postgres session ([c14e9c7](https://github.com/ephrimlawrence/ananse/commit/c14e9c7a04e08020321e4d435ee851a6e0c4a07a))
* update postgres session ([0a9b04f](https://github.com/ephrimlawrence/ananse/commit/0a9b04fdb2cf7ac2be40e66663e82276e3b9b2c1))


### Features

* add policy payment menu ([9500e55](https://github.com/ephrimlawrence/ananse/commit/9500e55bea64d364eeb576bd8cb98c4e38f4e92e))
* add prototype redis session implementation ([e753011](https://github.com/ephrimlawrence/ananse/commit/e7530117974f2e925acb1701186bdf38d17039e7))
* add router defs ([df0a1fa](https://github.com/ephrimlawrence/ananse/commit/df0a1faf37d97bdf87d3fe258eee7830b2992fae))
* add session caching ([4adb304](https://github.com/ephrimlawrence/ananse/commit/4adb3040de3edfa2171d128708ab1d45ee0a632a))
* add starmicro sample app ([2692c7a](https://github.com/ephrimlawrence/ananse/commit/2692c7a19aa660b530b14eed8db49c59446f5891))
* add stubs for tests runner ([dab6bec](https://github.com/ephrimlawrence/ananse/commit/dab6becfaefc8cb528e3d167d30e85e05e236055))
* **apps: starmicro:** add express server example ([21ba325](https://github.com/ephrimlawrence/ananse/commit/21ba32598a9320291b39543b704d1e63a1976da8))
* **apps: starmicro:** add policy payment menu ([7152f9b](https://github.com/ephrimlawrence/ananse/commit/7152f9bf49b5e1672ada48f9055937a0f002747c))
* **apps: starmicro:** implement policy registration ([e0dc60d](https://github.com/ephrimlawrence/ananse/commit/e0dc60d7d142823d3cf46a68e9ca2d15e026ff14))
* **apps: starmicro:** implement saving customer info to db ([b679e14](https://github.com/ephrimlawrence/ananse/commit/b679e149aa4c70fe1e118fccc4eaf5c24cc8b5f9))
* **apps: starmicro:** implement saving registered policy ([497dd69](https://github.com/ephrimlawrence/ananse/commit/497dd690dbef7334800d025119e1e03646bd558c))
* **apps: starmicro:** setup mongoose ([d2ffd6f](https://github.com/ephrimlawrence/ananse/commit/d2ffd6f2dcc7a1f6f9d7a39eadd5f4697d275bc2))
* **core:** add `session` to request object ([c979bb5](https://github.com/ephrimlawrence/ananse/commit/c979bb5730ac3a53b31573deb69a728371bc694c))
* **core:** rewrite menu tracking logic ([35b71e1](https://github.com/ephrimlawrence/ananse/commit/35b71e13c9c9f1e9de9f2a68da260ff699c36222))
* implement dynamic import for redis session module ([c842083](https://github.com/ephrimlawrence/ananse/commit/c84208319344fd67704e3895d64fad5c0e719ef1))
* implement emergent technology ussd gateway ([bab5108](https://github.com/ephrimlawrence/ananse/commit/bab510809328b804efa070d10774947d9faf1cc5))
* implement express wrapper ([e6fd300](https://github.com/ephrimlawrence/ananse/commit/e6fd300e36d0ae3541c4294c377405c50ff4cd3d))
* implement forms feature ([eaa2ba0](https://github.com/ephrimlawrence/ananse/commit/eaa2ba0d3bb3ca241334a7f28f0a7d6a890a33f5))
* implement japa plugin ([ef67b80](https://github.com/ephrimlawrence/ananse/commit/ef67b803b70776120c905b1ed897253f1b83d823))
* implement menu validation ([d5538c5](https://github.com/ephrimlawrence/ananse/commit/d5538c5474bc15827a67df231fc3ff7111ce9a07))
* implement middlewares ([58d48f1](https://github.com/ephrimlawrence/ananse/commit/58d48f1d9f302d82c0a89c3b2162146e64ec03f2))
* implement mysql session ([ab415d9](https://github.com/ephrimlawrence/ananse/commit/ab415d9b093cf99c58823e82f990c40b2967b56d))
* implement postgres session ([350d454](https://github.com/ephrimlawrence/ananse/commit/350d45417c32c414e75339343f82601ea06208be))
* merge server to app.core ([8519b9e](https://github.com/ephrimlawrence/ananse/commit/8519b9e7094f4a0a2258af3630faa6dc237d6eca))
* rewrite cli simulator ([d5db3a9](https://github.com/ephrimlawrence/ananse/commit/d5db3a99d7779db20fb392c53d52815ffda5ef72))
* rewrite session layer ([76ddc5c](https://github.com/ephrimlawrence/ananse/commit/76ddc5cdf4575253b6773ebe870cc972d2d2eb21))
* **test:** implement running tests against app instance ([e53f301](https://github.com/ephrimlawrence/ananse/commit/e53f301c4a970d427dec5ae38abcb8e620506cce))
* update core ([cc7e121](https://github.com/ephrimlawrence/ananse/commit/cc7e1216ac804ac26ebeb83f2b60f586fb90d3f7))
* update menu action definition ([1c07a52](https://github.com/ephrimlawrence/ananse/commit/1c07a5209b65d6cfb3e0966f27b1983a783d6bbf))
* update middleware resolution ([ffb13b7](https://github.com/ephrimlawrence/ananse/commit/ffb13b7432c9f92a9549878354ec34436dabdab2))
* update middleware resolution ([80b68ae](https://github.com/ephrimlawrence/ananse/commit/80b68aed006f79248d63860e4968c6432debff2d))
* update state tracking ([e501019](https://github.com/ephrimlawrence/ananse/commit/e5010195c4090827e3c0a3bfd7ec2443c83373be))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ananse",
"version": "1.1.4",
"version": "1.1.5",
"description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript",
"git": "https://github.com/ephrimlawrence/ananse",
"author": "Lawrence Ephrim",
Expand Down

0 comments on commit 1f3e75c

Please sign in to comment.