Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.7](https://github.com/manuelhenke/nuxt-envalid/compare/v0.0.6...v0.0.7) (2022-09-14)


### Miscellaneous

* add more sections to release notes ([420cc8f](https://github.com/manuelhenke/nuxt-envalid/commit/420cc8f20603322d694717d944cc51b313edc3bc))
* **deps:** update all non-major dependencies to ^7.19.0 ([#39](https://github.com/manuelhenke/nuxt-envalid/issues/39)) ([5f217ab](https://github.com/manuelhenke/nuxt-envalid/commit/5f217abd6b6afcfb86bbaf171d5862ca8789e0ee))
* **deps:** update all non-major dependencies to ^7.19.1 ([#46](https://github.com/manuelhenke/nuxt-envalid/issues/46)) ([333a933](https://github.com/manuelhenke/nuxt-envalid/commit/333a9330fc89a6fb13cd6522a5e95adbb03ac593))
* **deps:** update devdependency @types/jest to ^29.0.1 ([#42](https://github.com/manuelhenke/nuxt-envalid/issues/42)) ([3445e1c](https://github.com/manuelhenke/nuxt-envalid/commit/3445e1cdbf3ba2df57f924c86926b7bfd7e944c9))
* **deps:** update devdependency @types/jest to ^29.0.2 ([#44](https://github.com/manuelhenke/nuxt-envalid/issues/44)) ([f8e0af0](https://github.com/manuelhenke/nuxt-envalid/commit/f8e0af04b7a9a775633ba95a0655c59d8c8cb0f3))
* **deps:** update devdependency @types/node to ^16.11.57 ([#38](https://github.com/manuelhenke/nuxt-envalid/issues/38)) ([91cd984](https://github.com/manuelhenke/nuxt-envalid/commit/91cd9849d8c843f7ff54b778f4b46be0e70dc9ce))
* **deps:** update devdependency @types/node to ^16.11.58 ([#40](https://github.com/manuelhenke/nuxt-envalid/issues/40)) ([0bf885b](https://github.com/manuelhenke/nuxt-envalid/commit/0bf885b4c5678cc10381a2379b1e97bc0bc3efbf))
* **deps:** update devdependency @types/node to ^16.11.59 ([#45](https://github.com/manuelhenke/nuxt-envalid/issues/45)) ([86e74ee](https://github.com/manuelhenke/nuxt-envalid/commit/86e74ee13fc4c8bd96afebac552519865faf43ee))
* **deps:** update devdependency eslint to ^8.23.1 ([#43](https://github.com/manuelhenke/nuxt-envalid/issues/43)) ([e95b5f1](https://github.com/manuelhenke/nuxt-envalid/commit/e95b5f13bb5ab6e8cc14d1b21f478488e4be0431))
* **deps:** update devdependency typescript to ^4.8.3 ([#41](https://github.com/manuelhenke/nuxt-envalid/issues/41)) ([03f2439](https://github.com/manuelhenke/nuxt-envalid/commit/03f2439188a775a3423d11efc2f370f4e0fef65f))
* drop major and minor tag creation during release ([bdfb559](https://github.com/manuelhenke/nuxt-envalid/commit/bdfb559fd021e8ac8efede884e77d9217d6db389))

## [0.0.6](https://github.com/manuelhenke/nuxt-envalid/compare/v0.0.5...v0.0.6) (2022-09-02)


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": "nuxt-envalid",
"version": "0.0.6",
"version": "0.0.7",
"description": "A Nuxt.js module thats validates your env variables and loads them cleaned into your application context",
"keywords": [
"nuxt-module",
Expand Down