Skip to content

Commit

Permalink
chore(release): update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 5, 2023
1 parent 28883a0 commit cf04cc6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## 1.0.0 (2023-05-05)


### Features

* add asCodePoints ([fb87a75](https://github.com/okikio/codepoint-iterator/commit/fb87a75b0e273448d814b0e937a34c3d462260b7))
* add getIterableStream ([4eee4c7](https://github.com/okikio/codepoint-iterator/commit/4eee4c70b694c0f09883b262680536b41465a52b))
* add support for mod.ts for deno ([c078965](https://github.com/okikio/codepoint-iterator/commit/c078965139cace877caf9b66f531c4dc0e89583c))
* switch to using TextDecoder Iterators ([b23c219](https://github.com/okikio/codepoint-iterator/commit/b23c219f099790f8d7aa8dd694ac542da23b04b5))


### Bug Fixes

* fix missing `getCallbackStream` in `iterable.ts` file ([d1ff5a6](https://github.com/okikio/codepoint-iterator/commit/d1ff5a612ba75cec3c3331deea134dd7cacefc92))


### Improvements

* clean up the code ([9f096c7](https://github.com/okikio/codepoint-iterator/commit/9f096c77c77aee4d756d65baabaef7b117db99dd))
* faster codepoints ([895773c](https://github.com/okikio/codepoint-iterator/commit/895773cb7a194dee916225e76c769ce84185d379))
* move library to deno ([ad61893](https://github.com/okikio/codepoint-iterator/commit/ad61893d12d67ca5bcadf725949a93ae67ede53b))
* use deno ([c0711d7](https://github.com/okikio/codepoint-iterator/commit/c0711d7644054c12a19a6967026b4b003e0803c8))


### Misc

* ... ([a8d9ced](https://github.com/okikio/codepoint-iterator/commit/a8d9ced468dcc0bc5bc53a9ac6fd645834a19540))
* [skip ci] update deno.lock ([7a6dc28](https://github.com/okikio/codepoint-iterator/commit/7a6dc289d243eb50df69ed44bfa5c350b1cbec1e))
* add link to benchmark ([12b5d02](https://github.com/okikio/codepoint-iterator/commit/12b5d0227bbae7a448aea6ff1b1e686b61c36784))
* finalize examples ([01d05ea](https://github.com/okikio/codepoint-iterator/commit/01d05eac560e877ed19968d22075826677908184))
* finalize README ([ed6eaa9](https://github.com/okikio/codepoint-iterator/commit/ed6eaa9062a51970af0e9b43ff0afe08b1312c4d))
* get ready for publish ([505a210](https://github.com/okikio/codepoint-iterator/commit/505a21099669ae13ca891804334e3a1ed85c3199))
* prep for release ([33df1db](https://github.com/okikio/codepoint-iterator/commit/33df1db837ca44ca0757da88038e29874b97db27))
* run benchmarks ([39c3dbc](https://github.com/okikio/codepoint-iterator/commit/39c3dbcd44ca9956783d9fe8f7f6b63ff7a1de1d))
* WIP ([1fcaec7](https://github.com/okikio/codepoint-iterator/commit/1fcaec77e6f7cb8c9cbb1639725f115b01ef855b))
* WIP gitpod ([d55e1c9](https://github.com/okikio/codepoint-iterator/commit/d55e1c9ad9fd9562baa3703f4cbf80bad48b7afa))
* **WIP:** update the template README docs ([b63040f](https://github.com/okikio/codepoint-iterator/commit/b63040fcd6efbb5488f52bfe933095d49bd9d30e))


### Automation

* ... ([458a310](https://github.com/okikio/codepoint-iterator/commit/458a3104ae47fa50387e1a3448a5325bb43b2f5b))
* rename test.yml [skip ci] ([28883a0](https://github.com/okikio/codepoint-iterator/commit/28883a09d1d3eac75813f36a97020ca4c587c831))

0 comments on commit cf04cc6

Please sign in to comment.