Skip to content

Commit

Permalink
chore(release): v0.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kishor82 committed Apr 29, 2024
1 parent 4eb63ee commit 06fae2a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

# 0.1.0-beta.0 (2024-04-29)


### Bug Fixes

* [ERR_UNSUPPORTED_DIR_IMPORT] issue for esm ([61f9a08](https://github.com/kishor82/jsonflat/commit/61f9a087153d66bf700b5546816a6460d7b4f8e2))
* **commitizen:** remove commit script ([6111eae](https://github.com/kishor82/jsonflat/commit/6111eae25c7c15396dd7de715e71b18151379cd7))


### Features

* added github workflow for commitlint ([6fa21b8](https://github.com/kishor82/jsonflat/commit/6fa21b8907358628593004b0f96c5bd888aead94))
* added module tests for esm and cjs ([8b87f59](https://github.com/kishor82/jsonflat/commit/8b87f597c818ea3831cde4981515360ba5742f38))
* **commitizen:** added commitlint and commitizen setup ([98c08d2](https://github.com/kishor82/jsonflat/commit/98c08d2863034ab07aab096ff9d6e4a0c7417cae)), closes [#4](https://github.com/kishor82/jsonflat/issues/4)
* configure rollup for multi module support ([0cbeff5](https://github.com/kishor82/jsonflat/commit/0cbeff5502776bc2a7965f27c957b62b78a5470d)), closes [#5](https://github.com/kishor82/jsonflat/issues/5)
* **license:** add LICENSE file ([19ae6d8](https://github.com/kishor82/jsonflat/commit/19ae6d80b14444bf54626ecd588ee5f8ee444bec))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kishor82/jsonflat",
"version": "0.0.0",
"version": "0.1.0-beta.0",
"description": "A lightweight JavaScript library to flatnested JSON objects into a single-level structure.",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 06fae2a

Please sign in to comment.