Skip to content

Commit

Permalink
Merge pull request #8 from sanriodev/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--energy-householder

chore(main): release 1.0.0
  • Loading branch information
sanriodev authored Sep 15, 2024
2 parents 8e4a456 + d3d9627 commit 5316693
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 1.0.0 (2024-09-15)


### Features

* app port ([f473f31](https://github.com/sanriodev/energy-housholder/commit/f473f318882fc08ec4ae2387b16dd88c7efc63a4))
* assets folder ([b9ef5da](https://github.com/sanriodev/energy-housholder/commit/b9ef5daf806e12a01eefc4650dea88cc3545bca1))
* cron for reading modbus data ([bbbec55](https://github.com/sanriodev/energy-housholder/commit/bbbec55a1f96d7e26e751604674a2b68b516bcd1))
* docker and mongo infra ([8d5829c](https://github.com/sanriodev/energy-housholder/commit/8d5829c28222d0524e9e14a4e5da879e55a6cf37))
* env ([90dc295](https://github.com/sanriodev/energy-housholder/commit/90dc29546c5141043ff37380c7e2428a9320359e))
* init nest project ([fd6bc4e](https://github.com/sanriodev/energy-housholder/commit/fd6bc4e436fe04bf4e077406382a1a6647efb033))
* load appconfig ([ba87c71](https://github.com/sanriodev/energy-housholder/commit/ba87c71f4eff6632fa81be239601ea2427741d0a))
* modbus reader service ([0ece05c](https://github.com/sanriodev/energy-housholder/commit/0ece05c18d68404997864e5e6d784139b166a31c))
* mongo schema - servince and controller ([3640c96](https://github.com/sanriodev/energy-housholder/commit/3640c96a060bc495460dcb119935e3790172ec4f))
* swagger and common models ([8e47ffa](https://github.com/sanriodev/energy-housholder/commit/8e47ffae5fcbf470c97e75736f54388d9471359f))
* wip - trying to setup swagger ([f42983c](https://github.com/sanriodev/energy-housholder/commit/f42983c3951bcc1a4f9743bca136ebd58ffbff26))
* wip deploy script for compose ([defa722](https://github.com/sanriodev/energy-housholder/commit/defa722e1b1a3faddce51a130c421b1af55f6160))


### Bug Fixes

* don't use getter ([bcb9cbe](https://github.com/sanriodev/energy-housholder/commit/bcb9cbe99f0d44e312e6071d3eddca6b9938c259))
* interceptor ([ebc6576](https://github.com/sanriodev/energy-housholder/commit/ebc65760293b4e51743a261eebeff4bdc80f423f))
* nest dependencies lazy load energy-module ([91afb90](https://github.com/sanriodev/energy-housholder/commit/91afb90fda1746e1bc2e1d2d829dfd4fcefc737d))
* sort for graph ([b8924a9](https://github.com/sanriodev/energy-housholder/commit/b8924a987b9ad28f0db445d4f3f9414339e48eaa))
* type errors ts ([fd69782](https://github.com/sanriodev/energy-housholder/commit/fd6978292558f5f09039c00b1c7b2b495dea32b7))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "energy-householder",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit 5316693

Please sign in to comment.