Skip to content

Commit c3dcefa

Browse files
committed
bump version
1 parent 6cc25e4 commit c3dcefa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.7.1
4+
5+
### Fixed
6+
7+
- GitHub Action workflow
8+
39
## v2.7.0
410

511
### New

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midzer/tobii",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "An accessible, open-source lightbox with no dependencies.",
55
"main": "./dist/tobii.js",
66
"module": "./dist/tobii.module.js",

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Tobii
33
*
44
* @author midzer
5-
* @version 2.7.0
5+
* @version 2.7.1
66
* @url https://github.com/midzer/tobii
77
*
88
* MIT License

0 commit comments

Comments
 (0)