Skip to content

Commit 0c1877e

Browse files
committed
chore(release): 1.4.2
1 parent 1c45534 commit 0c1877e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
### [1.4.2](https://github.com/nuxt-community/dotenv-module/compare/v1.4.1...v1.4.2) (2023-12-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **typo:** removed twicly noted can ([#47](https://github.com/nuxt-community/dotenv-module/issues/47)) ([003d890](https://github.com/nuxt-community/dotenv-module/commit/003d8903d951eb8b41f5a6211ce366c28972c1cb))
11+
512
<a name="1.3.0"></a>
613
## [1.3.0](https://github.com/nuxt-community/dotenv-module/compare/v1.1.1...v1.3.0) (2018-07-12)
714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/dotenv",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A Nuxt.js module that loads your .env file into your context options",
55
"repository": "nuxt-community/dotenv-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)