Skip to content

Commit

Permalink
3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 25, 2024
1 parent 8c203c7 commit 71e83e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

#### [3.0.0-alpha.1] - Aug 24, 2024

- ES module
- Improved TypeScript definitions
- Hammer.js is no longer a dependency due to the lack of maintenance. It has been ported to TypeScript and incorporated into mjolnir.js' code base. This will allow us to better address bugs and security issues moving forward.


#### [2.7.2] - May 16, 2024

- Remove use of deprecated MouseEvent.which property (#1)
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mjolnir.js",
"description": "An Event Manager",
"version": "2.7.3",
"version": "3.0.0-alpha.1",
"type": "module",
"keywords": [
"hammerjs",
Expand Down Expand Up @@ -46,8 +46,7 @@
"pre-commit": [
"test"
],
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"jsdom": "^16.0.0",
"ocular-dev-tools": "2.0.0-alpha.33",
Expand Down

0 comments on commit 71e83e4

Please sign in to comment.