Skip to content

Commit

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

## 3.3.0 - 2024-02-08

#### 🚀 Updates

- Support UNLICENSED license format. ([992f0cb](https://github.com/milesj/packemon/commit/992f0cb))

#### 🐞 Fixes

- Check that assets exist before referencing them. ([56ab882](https://github.com/milesj/packemon/commit/56ab882))

#### 📦 Dependencies

- **[babel]** Update to v7.23 latest. ([5039f4e](https://github.com/milesj/packemon/commit/5039f4e))
- **[docusaurus]** Update to v3.1. ([9e8e7ff](https://github.com/milesj/packemon/commit/9e8e7ff))
- **[moon]** Update to v1.21. ([e99870a](https://github.com/milesj/packemon/commit/e99870a))
- **[rollup]** Update to v4.9. ([6765108](https://github.com/milesj/packemon/commit/6765108))
- **[semver]** Update to v7.6. ([85f0f1e](https://github.com/milesj/packemon/commit/85f0f1e))
- **[swc]** Update to v1.4. ([5ae401d](https://github.com/milesj/packemon/commit/5ae401d))
- Update bundler tests. ([dbaa4c2](https://github.com/milesj/packemon/commit/dbaa4c2))

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





### 3.2.3 - 2023-12-12

#### 📦 Dependencies
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": "3.2.3",
"version": "3.3.0",
"type": "commonjs",
"description": "Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!",
"keywords": [
Expand Down

0 comments on commit cfde6d4

Please sign in to comment.