From 9f2da6ab663a989fd05f17cfcc04ec0460ec90de Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Dec 2022 09:34:34 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.3.1...v1.4.0) (2022-12-29) ### Bug Fixes * bump dependencies ([04f20dc](https://github.com/CoCreate-app/CoCreate-pass/commit/04f20dcd53819b6b93b9623748abcd2ece368728)) * cleaned demo folder ([886d1d9](https://github.com/CoCreate-app/CoCreate-pass/commit/886d1d90b941f39d0b55c8a1501e64e2fe9912e1)) ### Features * $uid magic value to generate a uid as a value ([a8f77de](https://github.com/CoCreate-app/CoCreate-pass/commit/a8f77de54bdc6df2fe1d3e2bd43957b59d28db96)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 10 +++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7b6d7..a399be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.4.0](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.3.1...v1.4.0) (2022-12-29) + + +### Bug Fixes + +* bump dependencies ([04f20dc](https://github.com/CoCreate-app/CoCreate-pass/commit/04f20dcd53819b6b93b9623748abcd2ece368728)) +* cleaned demo folder ([886d1d9](https://github.com/CoCreate-app/CoCreate-pass/commit/886d1d90b941f39d0b55c8a1501e64e2fe9912e1)) + + +### Features + +* $uid magic value to generate a uid as a value ([a8f77de](https://github.com/CoCreate-app/CoCreate-pass/commit/a8f77de54bdc6df2fe1d3e2bd43957b59d28db96)) + ## [1.3.1](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.3.0...v1.3.1) (2022-12-27) diff --git a/package.json b/package.json index 6f77c45..1c09296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/pass", - "version": "1.3.1", + "version": "1.4.0", "description": "Data attributes which can be used for components in CoCreate framework combined as a group of attributes that dynamically change attributes & fetch custom data.", "keywords": [ "pass", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -34,7 +36,9 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-pass/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-pass/issues" + }, "homepage": "https://cocreate.app/docs/pass", "funding": { "type": "GitHub Sponsors ❤",