From e50198288eb41cbc63a68323c2f3e576f3af7474 Mon Sep 17 00:00:00 2001 From: Thomas Brodusch Date: Mon, 26 Dec 2022 18:00:05 +0100 Subject: [PATCH] chore(release): 0.2.1 * fix package esm module import --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 4 +--- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d378e4f..4ab8282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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. +### 0.2.1 (2022-12-26) + + +### Features + +* add checkers functions ([3658e0f](https://github.com/thomasbrodusch/piupiu/commits/3658e0f266d0d1a5ebdabb5398c4a8a9dbd720ab)) +* add sanitizers functions ([0810bc5](https://github.com/thomasbrodusch/piupiu/commits/0810bc50cdb2d6efa08bffc6fd4c3d410fa6de82)) +* add sanitizers functions ([0e60dd1](https://github.com/thomasbrodusch/piupiu/commits/0e60dd1566c19cf1d4e150e347f59b67715b205d)) +* add stringSegmenter ([d250214](https://github.com/thomasbrodusch/piupiu/commits/d250214f4c84782b7bb75aa17e886cdefa72b24f)) +* add transformers functions ([3e2f308](https://github.com/thomasbrodusch/piupiu/commits/3e2f3080a9318e65b1e0a089b6dd20f22a8db9ae)) +* implements some randomizers and mocking factory ([3801381](https://github.com/thomasbrodusch/piupiu/commits/3801381c91d3136c94b0a7bf08fba68e06c91c50)) +* init docsify ([799da81](https://github.com/thomasbrodusch/piupiu/commits/799da81e250c86f1af41fe33bcd7386d6381ec14)) + + +### Documentation + +* add checkers documentation ([20dac93](https://github.com/thomasbrodusch/piupiu/commits/20dac931c9e0ecff4789caca7d49c87270044c8d)) +* add CODE_OF_CONDUCT.md ([8863ff6](https://github.com/thomasbrodusch/piupiu/commits/8863ff66799a5e24e8018a091d4ade925158772c)) +* add CONTRIBUTING.md ([ed788ba](https://github.com/thomasbrodusch/piupiu/commits/ed788bae66e71bf7a8518070ca489bfc56507785)) +* add docsify coverpage, sidebar and quickstart doc ([a9a7e34](https://github.com/thomasbrodusch/piupiu/commits/a9a7e34546d4f0a6bdf5f94f791805b481ee5b9d)) +* add licence and README ([0c463c9](https://github.com/thomasbrodusch/piupiu/commits/0c463c9b582158d6423a64216f8f64350a6233a8)) +* add mocking documentation ([0ffc28e](https://github.com/thomasbrodusch/piupiu/commits/0ffc28e70af1a114e40d77e4ef49338756662340)) +* add randomizers documentation ([0960bc0](https://github.com/thomasbrodusch/piupiu/commits/0960bc064d5649e3ecb3c00569716e22948917c5)) +* add sanitizers documentation ([9feef3d](https://github.com/thomasbrodusch/piupiu/commits/9feef3d209a417ac51d37f95bf7f84adab3b2380)) +* add transformers documentation ([1782b1b](https://github.com/thomasbrodusch/piupiu/commits/1782b1b67b1f204550591a79a78cc5b06f461a38)) +* edit README.md ([f93dc24](https://github.com/thomasbrodusch/piupiu/commits/f93dc243ca378f12c0a1086b7fb37839f3e69c85)) + ## 0.2.0 (2022-12-26) diff --git a/package.json b/package.json index 6ddd237..c557421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piupiu", - "version": "0.2.0", + "version": "0.2.1", "description": "piupiu - JavaScript utilities functions that got your back", "author": { "name": "Thomas Brodusch", @@ -37,8 +37,6 @@ "url": "https://github.com/thomasbrodusch/piupiu/issues" }, "type": "module", - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", "exports": { ".": { "import": "./dist/esm/index.js",