Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 16, 2023
1 parent c4c79bd commit 69003dc
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
# Changelog


## v0.3.0

[compare changes](https://github.com/unjs/nypm/compare/v0.2.2...v0.3.0)

### 💅 Refactors

- ⚠️ Improve library ([#75](https://github.com/unjs/nypm/pull/75))

### 📖 Documentation

- Fix typo ([#77](https://github.com/unjs/nypm/pull/77))

### 🏡 Chore

- Update badge ([#81](https://github.com/unjs/nypm/pull/81))
- Add autofix ci ([b326b98](https://github.com/unjs/nypm/commit/b326b98))
- Update ci node veriosion ([b048b6c](https://github.com/unjs/nypm/commit/b048b6c))
- Always ignore `.npm.loader.mjs` ([7bebeaf](https://github.com/unjs/nypm/commit/7bebeaf))
- Add `test:types` script ([a8a0c94](https://github.com/unjs/nypm/commit/a8a0c94))
- Update `.pnp.loader.mjs` snapshot ([10e10b0](https://github.com/unjs/nypm/commit/10e10b0))
- Update fixtures with autofix ci as well ([c16de18](https://github.com/unjs/nypm/commit/c16de18))
- Ignore `.pnp.cjs` as well ([c4c79bd](https://github.com/unjs/nypm/commit/c4c79bd))

### 🎨 Styles

- Format with prettier ([bb92395](https://github.com/unjs/nypm/commit/bb92395))
- Lint with prettier ([f3681a8](https://github.com/unjs/nypm/commit/f3681a8))

### 🤖 CI

- Run lint step only once ([333c077](https://github.com/unjs/nypm/commit/333c077))

#### ⚠️ Breaking Changes

- ⚠️ Improve library ([#75](https://github.com/unjs/nypm/pull/75))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
- Luke Nelson <luke@nelson.zone>
- Adham Farrag <adham.farrag@hotmail.com>

## v0.2.2

[compare changes](https://github.com/unjs/nypm/compare/v0.2.1...v0.2.2)
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": "nypm",
"version": "0.2.2",
"version": "0.3.0",
"description": "Unified Package Manager for Node.js",
"repository": "unjs/nypm",
"license": "MIT",
Expand Down Expand Up @@ -51,4 +51,4 @@
"engines": {
"node": "^14.16.0 || >=16.10.0"
}
}
}

0 comments on commit 69003dc

Please sign in to comment.