Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - packemon@4.0.1
  • Loading branch information
milesj committed Mar 9, 2024
1 parent 13e464e commit a443f15
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/packemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 4.0.1 - 2024-03-09

#### 🐞 Fixes

- Fix scaffold generating incorrect TS files. ([55f5d9f](https://github.com/milesj/packemon/commit/55f5d9f))
- Fix the wrong version being displayed. ([13e464e](https://github.com/milesj/packemon/commit/13e464e))

#### 📘 Docs

- Update node requirements. ([328c28f](https://github.com/milesj/packemon/commit/328c28f))

**Note:** Version bump only for package packemon





# 4.0.0 - 2024-03-07

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/packemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packemon",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!",
"keywords": [
Expand Down

0 comments on commit a443f15

Please sign in to comment.