Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Sep 16, 2021
1 parent 14c39a3 commit b850bbf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.0-alpha.7](https://github.com/NickDJM/accessible-menu-bootstrap-4/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-09-16)


### Documentation

* add more documentation ([3a5915b](https://github.com/NickDJM/accessible-menu-bootstrap-4/commit/3a5915b6c7a691041f731c9bae79793dbdbf2b56))
* fix link to actions ([0c40054](https://github.com/NickDJM/accessible-menu-bootstrap-4/commit/0c40054a0adadea78adfe0567d0635f0ea59c149))


### Build System

* **github:** add workflow for automated testing ([fb8159a](https://github.com/NickDJM/accessible-menu-bootstrap-4/commit/fb8159af38cc324460218b3e596b77ad42297245))
* **github:** fix branch for workflow ([03e1545](https://github.com/NickDJM/accessible-menu-bootstrap-4/commit/03e15452efbc33757a41a085d6da0c6d7e56d742))
* **npm:** add test to prerelease ([14c39a3](https://github.com/NickDJM/accessible-menu-bootstrap-4/commit/14c39a3b994b9e67dc4711a76c73d401995473d3))

## [1.0.0-alpha.6](https://github.com/NickDJM/accessible-menu-bootstrap-4/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-08-13)


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-4",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "A JavaScript library to help you generate WAI-ARIA accessible menus with in the DOM using Bootstrap 4.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b850bbf

Please sign in to comment.