Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-03-19)

### Bug Fixes

* cannot get captcha token when captcha disabled ([d0967e1](d0967e1))
* env not awaited for ([ede4fef](ede4fef))
* missing negation ([274c2ab](274c2ab))
* missing npm release script ([25c4d50](25c4d50))

### Features

* add debug logs and form events ([3e00300](3e00300))
* add loading event ([9b9a719](9b9a719))
* emit events in form class ([68dd1ab](68dd1ab))
* initial commit ([2c1360c](2c1360c))
* wait for document ready ([d0d2763](d0d2763))
  • Loading branch information
semantic-release-bot committed Mar 19, 2021
1 parent 9b9a719 commit bc629e0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 1.0.0 (2021-03-19)


### Bug Fixes

* cannot get captcha token when captcha disabled ([d0967e1](https://github.com/getmeli/meli-sdk/commit/d0967e14ad56cce58ff84479d40373b8a75f02b5))
* env not awaited for ([ede4fef](https://github.com/getmeli/meli-sdk/commit/ede4fefc43898c8dcc4e653d9db0c47e4869b12f))
* missing negation ([274c2ab](https://github.com/getmeli/meli-sdk/commit/274c2ab103c6d5b30e3b9a72beb153619273d1fe))
* missing npm release script ([25c4d50](https://github.com/getmeli/meli-sdk/commit/25c4d5015ee06f7356bc1b33fbbe6d1bb5db6fb0))


### Features

* add debug logs and form events ([3e00300](https://github.com/getmeli/meli-sdk/commit/3e003000f13e37f34c3da8afc8ed8fa5d1b53e1b))
* add loading event ([9b9a719](https://github.com/getmeli/meli-sdk/commit/9b9a71966387137cb6015e887c9e344163203fcb))
* emit events in form class ([68dd1ab](https://github.com/getmeli/meli-sdk/commit/68dd1aba6691a885487673b35e4bfe1d7341c356))
* initial commit ([2c1360c](https://github.com/getmeli/meli-sdk/commit/2c1360cb66d147e885c0000425c4e37347b0a2c3))
* wait for document ready ([d0d2763](https://github.com/getmeli/meli-sdk/commit/d0d2763320adb9b9e1b1a6afa6c7916e032329b3))

# [1.0.0-next.6](https://github.com/getmeli/meli-sdk/compare/v1.0.0-next.5...v1.0.0-next.6) (2021-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getmeli/sdk",
"version": "1.0.0-next.6",
"version": "1.0.0",
"description": "Meli SDK",
"scripts": {
"start": "rimraf build && webpack --mode=development --watch",
Expand Down

0 comments on commit bc629e0

Please sign in to comment.