Skip to content

Commit

Permalink
Fixing module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Dec 3, 2023
1 parent 23f4ad6 commit 3f3f330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1] - 2023-12-02

### Chore

- Fixing module exports

## [5.0.0] - 2023-12-02

### Chore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/stimulus-components/stimulus-rails-autosave",
"private": false,
"main": "dist/stimulus-rails-autosave.umd.js",
"module": "dist/stimulus-rails-autosave.es.js",
"module": "dist/stimulus-rails-autosave.mjs",
"scripts": {
"format": "prettier-standard '**/*.{ts,css,html}' --format",
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
Expand Down

0 comments on commit 3f3f330

Please sign in to comment.