Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 15, 2023
1 parent 81365b8 commit 7c808f3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,58 @@

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.1.0

[compare changes](https://github.com/unjs/scule/compare/v1.0.0...v1.1.0)

### 🚀 Enhancements

- Export type helpers ([#58](https://github.com/unjs/scule/pull/58))

### 🩹 Fixes

- Move types filed to the top ([4fd4a79](https://github.com/unjs/scule/commit/4fd4a79))
- **pascalCase, camelCase:** Lower rest of each segment ([#62](https://github.com/unjs/scule/pull/62))

### 💅 Refactors

- Simplify string variable name ([abb2d2b](https://github.com/unjs/scule/commit/abb2d2b))

### 📖 Documentation

- Add missing quotation mark ([#41](https://github.com/unjs/scule/pull/41))
- Improve readme with code examples ([21f19ba](https://github.com/unjs/scule/commit/21f19ba))

### 🏡 Chore

- Update repo ([#42](https://github.com/unjs/scule/pull/42))
- Update lockfile and typescript ([94bfc58](https://github.com/unjs/scule/commit/94bfc58))
- Update release script ([a52338f](https://github.com/unjs/scule/commit/a52338f))
- Update dependencies ([3a5f1a6](https://github.com/unjs/scule/commit/3a5f1a6))
- Add changelogen dev dependency ([81365b8](https://github.com/unjs/scule/commit/81365b8))

### ✅ Tests

- Convert type tests to vitest syntax ([#61](https://github.com/unjs/scule/pull/61))

### 🎨 Styles

- Lint and format with prettier v3 ([ba39ce6](https://github.com/unjs/scule/commit/ba39ce6))

### 🤖 CI

- Update actions ([1f95350](https://github.com/unjs/scule/commit/1f95350))
- Add autofix ci ([8a7a4b3](https://github.com/unjs/scule/commit/8a7a4b3))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Luke Nelson <[email protected]>
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Sébastien Chopin <[email protected]>
- Nozomu Ikuta
- XLor <[email protected]>

## [1.0.0](https://github.com/unjs/scule/compare/v0.3.2...v1.0.0) (2022-11-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scule",
"version": "1.0.0",
"version": "1.1.0",
"description": "String case utils",
"repository": "unjs/scule",
"license": "MIT",
Expand Down Expand Up @@ -40,4 +40,4 @@
"vitest": "^1.0.0-beta.4"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 7c808f3

Please sign in to comment.