Skip to content

Commit 0baf152

Browse files
committed
v0.2.0
1 parent 811ede1 commit 0baf152

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
- Bundle `addMqFunction` into `createMqFunctions`.
6+
- Bundle `removeMqFunction` into `createMqFunctions`.
7+
- Bundle `runMqFunction` into `createMqFunctions`.
8+
39
## v0.1.0
410

511
- Release `createMqFunctions`.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqfunctions",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "JavaScript library to manage matchMedia handlers.",
55
"keywords": [
66
"media query",

0 commit comments

Comments
 (0)