Skip to content

Commit

Permalink
Merge pull request #20 from YummYume/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
YummYume authored Nov 10, 2024
2 parents 5df9216 + 42da5e3 commit 77eb042
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-flowers-sneeze.md

This file was deleted.

22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,50 @@
# bun-stimulus-plugin

## 2.1.1

### Patch Changes

- f564104: Add deprecation notice for the `directorySeparator` option

## 2.1.0

### Minor Changes

- bd36e21: Fix type generation and build.
- bd36e21: Fix type generation and build.

## 2.0.2

### Patch Changes

- daf0cee: Exclude src folder from package
- daf0cee: Exclude src folder from package

## 2.0.1

### Patch Changes

- 0e6c277: Lower bundle size by ignoring files.
- 0e6c277: Lower bundle size by ignoring files.

## 2.0.0

### Major Changes

- 295323a: Rewrite the way to match controllers (using globs) and allow directory-based controllers (#7). This change is non-breaking, but it's a major change in the way the plugin works.
- 295323a: Rewrite the way to match controllers (using globs) and allow directory-based controllers (#7). This change is non-breaking, but it's a major change in the way the plugin works.

## 1.0.2

### Patch Changes

- b68b2d3: Add badges to README.
- 90dc485: Fix a typo in the documentation for bun add.
- b68b2d3: Add badges to README.
- 90dc485: Fix a typo in the documentation for bun add.

## 1.0.1

### Patch Changes

- d89da55: Added documentation for installation and usage with TypeScript.
- d89da55: Added documentation for installation and usage with TypeScript.

## 1.0.0

### Major Changes

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.1.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 77eb042

Please sign in to comment.