Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.4...v2.0.0) (2023-10-14)

### Bug Fixes

* resolve security issue ([7a0d271](7a0d271))

### Features

* add `.umd.cjs` file ([5953f71](5953f71))
* add non-enumerable `toString()` and `getTokens()` helpers to the `Attributes` ([082484c](082484c))
* enhance rules for better data handling ([42a2a53](42a2a53))
* use default export, removes tokenizer and serializer ([a85b7df](a85b7df))

### BREAKING CHANGES

* removes `tokenizeAttrs` and `serializeTokens`
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 082484c commit e0c5456
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/bent10/attributes-parser/compare/v1.0.4...v2.0.0) (2023-10-14)


### Bug Fixes

* resolve security issue ([7a0d271](https://github.com/bent10/attributes-parser/commit/7a0d271be66f9b430827569265d8ddbf3238fcb7))


### Features

* add `.umd.cjs` file ([5953f71](https://github.com/bent10/attributes-parser/commit/5953f719e602be68b8fcfede7fce46dc9d723da6))
* add non-enumerable `toString()` and `getTokens()` helpers to the `Attributes` ([082484c](https://github.com/bent10/attributes-parser/commit/082484cefceb1f60a8468efa856152145a620d9c))
* enhance rules for better data handling ([42a2a53](https://github.com/bent10/attributes-parser/commit/42a2a5392ae8b3756ce2e38baa2c358f07514a1b))
* use default export, removes tokenizer and serializer ([a85b7df](https://github.com/bent10/attributes-parser/commit/a85b7df0438dfb3813b1d1a069fa4742fdc4dd7d))


### BREAKING CHANGES

* removes `tokenizeAttrs` and `serializeTokens`

## [1.0.4](https://github.com/bent10/attributes-parser/compare/v1.0.3...v1.0.4) (2023-09-24)


Expand Down

0 comments on commit e0c5456

Please sign in to comment.