Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StringKe committed Mar 15, 2024
1 parent bd686d2 commit 693a70a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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.4.0](https://github.com/stringke/simple-qrbtf/compare/v1.3.0...v1.4.0) (2024-03-15)


### Features

* docs update and refersh deps ([bd686d2](https://github.com/stringke/simple-qrbtf/commit/bd686d28f305d4b5d14e8f779b4a78b699ec51f0))
* update ([bdede52](https://github.com/stringke/simple-qrbtf/commit/bdede524e12fa64027ef8e80e949b692141c609b))
* Update package.json ([30d1ee4](https://github.com/stringke/simple-qrbtf/commit/30d1ee42d4956f8aa91d65aa736db5ccc142e0ed))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-qrbtf",
"description": "this is simple create a svg qrcode library",
"private": false,
"version": "1.3.0",
"version": "1.4.0",
"type": "module",
"homepage": "https://github.com/stringke/simple-qrbtf/",
"repository": {
Expand All @@ -25,7 +25,7 @@
"scripts": {
"dev": "vite",
"build": "DEBUG=\"vite-plugin-dts:bundle\" vite build",
"commit" : "git-cz",
"commit": "git-cz",
"release": "standard-version"
},
"author": {
Expand Down

0 comments on commit 693a70a

Please sign in to comment.