Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2024-09-22)

### Features

* upgrade by using mixexports ([#40](#40)) ([443cb54](443cb54)), closes [#39](#39)

### merge

* v2.0.0 ([#42](#42)) ([2991bb8](2991bb8)), closes [#41](#41) [#40](#40)

### BREAKING CHANGES

* - Refactor `renderChunk` using `@mnrendra/mixexports` to mix CommonJS
exports.

issues:
* - Refactor `renderChunk` using `@mnrendra/mixexports` to mix CommonJS
exports.

issues:
  • Loading branch information
gitops-release committed Sep 22, 2024
1 parent 2991bb8 commit 763eebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mnrendra/rollup-plugin-mixexport",
"version": "1.2.0",
"version": "2.0.0",
"description": "A Rollup plugin to mix the named and default exports together.",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 763eebe

Please sign in to comment.