Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
1 parent 0b741fb commit 18e6e78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/hollandjake/mini-rfc6902/compare/v0.1.2...v0.2.0) (2024-09-09)


### Features

* change BSONification to string rather than Uint8Array ([0b741fb](https://github.com/hollandjake/mini-rfc6902/commit/0b741fb03cc7359f4190d0b1fe9987d129b4cbcc))

## [0.1.2](https://github.com/hollandjake/mini-rfc6902/compare/v0.1.1...v0.1.2) (2024-09-08)


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": "mini-rfc6902",
"version": "0.1.2",
"version": "0.2.0",
"description": "TypeScript implementation of RFC6902 with mini-rfc6902 format support",
"license": "MIT",
"author": "Jake Holland",
Expand Down

0 comments on commit 18e6e78

Please sign in to comment.