Skip to content

Commit

Permalink
chore(release): v1.6.0
Browse files Browse the repository at this point in the history
pi0 committed Dec 29, 2023
1 parent 45dc079 commit deb3cbc
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,37 @@

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.

## v1.6.0

[compare changes](https://github.com/unjs/c12/compare/v1.5.1...v1.6.0)

### 🚀 Enhancements

- Option to omit $ keys from resolved config ([#100](https://github.com/unjs/c12/pull/100))
- Support `install` for source options ([#126](https://github.com/unjs/c12/pull/126))

### 🩹 Fixes

- Normalize windows backslash for `configFile` and `source` ([#48](https://github.com/unjs/c12/pull/48))
- Clone sub layers into `node_modules/.c12` ([#125](https://github.com/unjs/c12/pull/125))
- Handle `http://` prefixes with giget as well ([6c09735](https://github.com/unjs/c12/commit/6c09735))

### 📖 Documentation

- Add package pronunciation ([#118](https://github.com/unjs/c12/pull/118))

### 🏡 Chore

- Update docs ([54ed82b](https://github.com/unjs/c12/commit/54ed82b))
- Update lockfile and vitest ([fecad1a](https://github.com/unjs/c12/commit/fecad1a))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Lo ([@LoTwT](http://github.com/LoTwT))
- Alex Kozack
- Nozomu Ikuta

## v1.5.1

[compare changes](https://github.com/unjs/c12/compare/v1.4.2...v1.5.1)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c12",
"version": "1.5.1",
"version": "1.6.0",
"description": "Smart Config Loader",
"repository": "unjs/c12",
"license": "MIT",
@@ -55,4 +55,4 @@
"vitest": "^1.1.0"
},
"packageManager": "pnpm@8.13.1"
}
}

0 comments on commit deb3cbc

Please sign in to comment.