Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Aug 12, 2024
1 parent be2f022 commit a9618cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.1](https://github.com/KonnorRogers/mrujs/compare/v1.0.0...v1.0.1) (2024-08-12)


### Bug Fixes

* dont try to submit links that are alt / ctrl clicked ([#217](https://github.com/KonnorRogers/mrujs/issues/217)) ([7aea28b](https://github.com/KonnorRogers/mrujs/commit/7aea28b82b8dbb5addc74696a7a3f5baabce9388))

## [1.0.0](https://github.com/KonnorRogers/mrujs/compare/v0.10.1...v1.0.0) (2023-05-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mrujs",
"amdName": "mrujs",
"version": "1.0.0",
"version": "1.0.1",
"description": "UJS for modern javascript.",
"source": "src/index.ts",
"main": "./dist/index.umd.js",
Expand Down

0 comments on commit a9618cf

Please sign in to comment.