Skip to content

Commit

Permalink
RELEASING: Releasing 1 package(s)
Browse files Browse the repository at this point in the history
Releases:
  [email protected]

[skip ci]
  • Loading branch information
broisnischal committed Oct 8, 2024
1 parent 212ebe9 commit 1e95e8e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-melons-clap.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nestenv

## 0.0.13

### Patch Changes

- fc1d997: Docs-updated

## 0.0.12

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envnest",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"keywords": [
".env",
Expand Down Expand Up @@ -42,7 +42,12 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "bunchee -w --no-clean",
Expand Down

0 comments on commit 1e95e8e

Please sign in to comment.