Skip to content

Commit 9565b31

Browse files
committed
Release 1.1.0
1 parent c1a538e commit 9565b31

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.1.0] - 2023-01-09
99

1010
## Added
1111

@@ -22,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
Initial release.
2424

25-
[unreleased]: https://github.com/D-Marc1/vue-magnifier/compare/1.0.1...HEAD
25+
[unreleased]: https://github.com/D-Marc1/vue-magnifier/compare/1.1.0...HEAD
26+
[1.1.0]: https://github.com/D-Marc1/vue-magnifier/compare/1.0.1...1.1.0
2627
[1.0.1]: https://github.com/D-Marc1/vue-magnifier/compare/1.0.0...1.0.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@websitebeaver/vue-magnifier",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"main": "./dist/vue-magnifier.umd.js",
55
"module": "./dist/vue-magnifier.es.js",
66
"exports": {

0 commit comments

Comments
 (0)