Skip to content

Commit

Permalink
Merge pull request #7 from finsweet/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
alexiglesias93 authored Oct 18, 2022
2 parents 39f10dd + b87f3ae commit da7fa9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/shy-plants-study.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @finsweet/ts-utils

## 0.35.0

### Minor Changes

- 9465c47: - `addListener()`: Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simple `noop`.
- Created new `noop()` helper, it literally does nothing.

## 0.34.1

### Patch Changes
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": "@finsweet/ts-utils",
"version": "0.34.1",
"version": "0.35.0",
"description": "Typescript utils for custom Webflow projects.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit da7fa9c

Please sign in to comment.