Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Nov 11, 2024
1 parent 9959033 commit 108ffa3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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.

## [2.1.0](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v2.0.0...v2.1.0) (2024-11-11)


### Features

* implement handling for closing transitions and bootstrap style transitions ([ae9cb68](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/ae9cb683dff6bc5480f0d4bef99aa710a942a047))


### Continuous Integration

* **codeql:** use latest version ([3f27a4f](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/3f27a4f4643d9a46ea09a35b66861376c0639e54))


### Documentation

* correct reference to ambs5 instead of am ([2d5c664](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/2d5c664f705afb7a391426a512b42ce4f8ed6f52))
* update copyright on license ([fb41951](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/fb41951fbcedab24e9207544f61fc2be235a3387))


### Build System

* bump @eslint/js from 8.57.0 to 9.1.1 ([d2946d6](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/d2946d6d7b97cfaeb5eb6ab33cfc473a1f7b1300))
* bump globals from 14.0.0 to 15.0.0 ([9774f5e](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/9774f5e2724c3f81ae72cf876bc7e67171e96358))
* **npm:** remove vite browser-sync plugin ([05a6c8e](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/05a6c8eca5f8ea067b4572c453b10390f528ccc3))
* **npm:** update dependencies to latest ([6fbff77](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/6fbff775366458479f7a27c309632271fcd9299e))
* **npm:** update husky to latest and remove deprecations ([00227b4](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/00227b42f69b7dcb5613ed8c48525461496b1852))

## [2.0.0](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v2.0.0-beta.3...v2.0.0) (2024-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessible-menu-bootstrap-5",
"version": "2.0.0",
"version": "2.1.0",
"description": "A JavaScript library to help you generate WAI-ARIA accessible menus with in the DOM using Bootstrap 5.",
"type": "module",
"sponsor": {
Expand Down

0 comments on commit 108ffa3

Please sign in to comment.