Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 2, 2022
1 parent b844bf8 commit f68c6c0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2021 individual contributors to hamburger-menu
Copyright (c) 2016-2022 individual contributors to hamburger-menu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist/hamburger-menu.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hamburger-menu v0.3.9 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License */
/*! hamburger-menu v0.4.0 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License */

/*
Structure for HamburgerMenu:
Expand Down
4 changes: 2 additions & 2 deletions dist/hamburger-menu.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! hamburger-menu v0.3.9 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License
//! hamburger-menu v0.4.0 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License

const hamburgerMenu = {

version: '0.3.9',
version: '0.4.0',

selectItem(event) {
const item = $(event.target).closest('li');
Expand Down
2 changes: 1 addition & 1 deletion dist/hamburger-menu.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/hamburger-menu.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/hamburger-menu.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hamburger-menu v0.3.9 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License */
/*! hamburger-menu v0.4.0 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License */

/*
Structure for HamburgerMenu:
Expand Down
4 changes: 2 additions & 2 deletions docs/hamburger-menu.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! hamburger-menu v0.3.9 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License
//! hamburger-menu v0.4.0 ☰ https://github.com/center-key/hamburger-menu ☰ MIT License

const hamburgerMenu = {

version: '0.3.9',
version: '0.4.0',

selectItem(event) {
const item = $(event.target).closest('li');
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hamburger-menu",
"version": "0.3.9",
"version": "0.4.0",
"description": "☰ A responsive CSS solution for a hamburger menu ☰",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -54,8 +54,8 @@
"jquery": "~3.6"
},
"devDependencies": {
"@babel/core": "~7.15",
"@babel/preset-env": "~7.15",
"@babel/core": "~7.16",
"@babel/preset-env": "~7.16",
"@fortawesome/fontawesome-free": "~5.15",
"add-dist-header": "~0.1",
"babel-minify": "~0.5",
Expand All @@ -72,7 +72,7 @@
"gulp-size": "~4.0",
"jshint": "~2.13",
"npm-run-all2": "~5.0",
"postcss": "~8.3",
"postcss": "~8.4",
"rimraf": "~3.0",
"w3c-html-validator": "~0.8",
"web-ignition": "~1.4"
Expand Down

0 comments on commit f68c6c0

Please sign in to comment.