Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Nov 12, 2024
1 parent 2038ae2 commit 084da8d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@


## [1.1.0](https://github.com/andreafspeziale/nestjs-log/compare/1.0.0...1.1.0) (2024-11-12)


### Features

* add optional joi env var schema ([7cc1286](https://github.com/andreafspeziale/nestjs-log/commit/7cc128653bf5347c66e867497d50b9d5e2bf508f))
* effortless config ([5cc8453](https://github.com/andreafspeziale/nestjs-log/commit/5cc8453438307b7726f937e128874c9d518ac67b))
* exclude routes ([010144c](https://github.com/andreafspeziale/nestjs-log/commit/010144c872bc0d466aeec64bef4a328cdcb703f3))


### Bug Fixes

* update dependency winston to v3.17.0 ([b982579](https://github.com/andreafspeziale/nestjs-log/commit/b982579d4a2b7d1e7caf1104d7cc39068ad62a80))


### Miscellaneous

* complete update ([0f57cd1](https://github.com/andreafspeziale/nestjs-log/commit/0f57cd1d62df97fa4b5f9d6c5fa862ea81941b3d))
* update commitlint monorepo to v19.4.1 ([d0270f4](https://github.com/andreafspeziale/nestjs-log/commit/d0270f4a984d52755b378a451e98dbb74ffd722a))
* update commitlint monorepo to v19.5.0 ([df3a868](https://github.com/andreafspeziale/nestjs-log/commit/df3a86847bcf243d26a605d91fbd9365f668a4d1))
* update dependency @nestjs/config to v3.3.0 ([9ffaa1d](https://github.com/andreafspeziale/nestjs-log/commit/9ffaa1dd7bebd4fe63955cbfdd94f4a0f530a191))
* update dependency @release-it/conventional-changelog to v8.0.2 ([0ea37f3](https://github.com/andreafspeziale/nestjs-log/commit/0ea37f363b4c17c7be522168d1959fe5607a2e21))
* update dependency @tsconfig/recommended to v1.0.8 ([44eed3a](https://github.com/andreafspeziale/nestjs-log/commit/44eed3a0a0bb8cfceff4232da5f8ac27950b9f38))
* update dependency @types/jest to v29.5.13 ([741f551](https://github.com/andreafspeziale/nestjs-log/commit/741f551f7f14c65aef862910cde838d6d27ee739))
* update dependency @types/jest to v29.5.14 ([35db3a3](https://github.com/andreafspeziale/nestjs-log/commit/35db3a3d0219b4d88fa5c2604f4c8b7d496a0fc8))
* update dependency eslint to v8.57.1 ([07d170b](https://github.com/andreafspeziale/nestjs-log/commit/07d170b5807d79f71bb4ca324df2417ab0b35485))
* update dependency eslint-plugin-import to v2.30.0 ([c5f5c75](https://github.com/andreafspeziale/nestjs-log/commit/c5f5c75d689838127eeef6055438977d3d7e33d8))
* update dependency eslint-plugin-import to v2.31.0 ([b37487a](https://github.com/andreafspeziale/nestjs-log/commit/b37487aec09d7336416d1a16bb9205740ec2bbce))
* update dependency husky to v9.1.6 ([3f4d2e7](https://github.com/andreafspeziale/nestjs-log/commit/3f4d2e756c87675332b4837c78d16d782bb7335f))
* update dependency lint-staged to v15.2.10 ([401e7eb](https://github.com/andreafspeziale/nestjs-log/commit/401e7ebfe1aaa90355b2d8a18330bc23c4151def))
* update dependency node to v20.18.0 ([884108b](https://github.com/andreafspeziale/nestjs-log/commit/884108bc8dd99f42e95571f045f0dc1f3505551f))
* update dependency release-it to v17.10.0 ([f711b8b](https://github.com/andreafspeziale/nestjs-log/commit/f711b8bc3a3eeb69af7c6cddce90f404693a0ee9))
* update dependency release-it to v17.7.0 ([8429f1c](https://github.com/andreafspeziale/nestjs-log/commit/8429f1c534a74eb2edfe20f912ee749186a4e190))
* update dependency release-it to v17.8.2 ([c2cd16e](https://github.com/andreafspeziale/nestjs-log/commit/c2cd16edfcf43a7402bfdca574ff345e8a509cc3))
* update dependency release-it to v17.9.0 ([0941744](https://github.com/andreafspeziale/nestjs-log/commit/0941744eea13f860414df31e665487dcde4c1fc1))
* update dependency typescript to v5.6.2 ([0fbe418](https://github.com/andreafspeziale/nestjs-log/commit/0fbe418103529e4c7d5f2bdb700eb4ce0bc82ea6))
* update dependency typescript to v5.6.3 ([cb66526](https://github.com/andreafspeziale/nestjs-log/commit/cb66526ca6095f248ba18a981e96a283bd84545b))
* update dependency zod-validation-error to v3.4.0 ([a4b2061](https://github.com/andreafspeziale/nestjs-log/commit/a4b206154f5ff8b2283a3c55756ae79386506c09))
* update nest monorepo to v10.4.2 ([65cff6d](https://github.com/andreafspeziale/nestjs-log/commit/65cff6d8384845110b35d0eefd68f827bdc85f56))
* update nest monorepo to v10.4.3 ([f34435c](https://github.com/andreafspeziale/nestjs-log/commit/f34435cc17c1ff4dfc79247cf1f821d397200509))
* update nest monorepo to v10.4.4 ([8e95621](https://github.com/andreafspeziale/nestjs-log/commit/8e95621069133ff98a363170875e305c99c8efcb))
* update nest monorepo to v10.4.5 ([d498a94](https://github.com/andreafspeziale/nestjs-log/commit/d498a940e2d39ca792da038374067455259fa74f))
* update nest monorepo to v10.4.6 ([e36efe8](https://github.com/andreafspeziale/nestjs-log/commit/e36efe87aa29aa418a0bfe539459513d6875d6a2))
* update nest monorepo to v10.4.7 ([d27c06a](https://github.com/andreafspeziale/nestjs-log/commit/d27c06a73f06aa61112d8b6a6b8d0a2b7a3ff23a))
* update pnpm to v9.12.3 ([2a67ec1](https://github.com/andreafspeziale/nestjs-log/commit/2a67ec1af9744b22ebdb94d010e15186452145a1))

## 1.0.0 (2024-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andreafspeziale/nestjs-log",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Logger module for Nest - modern, fast, powerful node.js web framework",
"author": "Andrea Francesco Speziale",
"private": false,
Expand Down

0 comments on commit 084da8d

Please sign in to comment.