Skip to content

Commit

Permalink
chore(main): release 2.0.17 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: ecoscript[bot] <143032650+ecoscript[bot]@users.noreply.github.com>
  • Loading branch information
ecoscript[bot] authored Feb 6, 2025
1 parent 1f1644a commit 08adf1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.17](https://github.com/portabletext/toolkit/compare/v2.0.16...v2.0.17) (2025-02-06)


### Bug Fixes

* guard against `markDefs` being `null` ([#92](https://github.com/portabletext/toolkit/issues/92)) ([1f1644a](https://github.com/portabletext/toolkit/commit/1f1644a67d8e41f022d8626c193f7044ccc4469e))
* **typeError:** Marking `markDefs` as optional to resolve TS error when markDefs array is missing ([#96](https://github.com/portabletext/toolkit/issues/96)) ([eedd7c7](https://github.com/portabletext/toolkit/commit/eedd7c77c1551f79d883d115c77eaf1a2906011f))

## [2.0.16](https://github.com/portabletext/toolkit/compare/v2.0.15...v2.0.16) (2024-11-02)


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": "@portabletext/toolkit",
"version": "2.0.16",
"version": "2.0.17",
"description": "Toolkit of handy utility functions for dealing with Portable Text",
"keywords": [
"sanity",
Expand Down

0 comments on commit 08adf1a

Please sign in to comment.