Skip to content

Commit

Permalink
Merge pull request #3 from Twipped/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--utils

chore(main): release 7.0.0
  • Loading branch information
Twipped authored Oct 10, 2022
2 parents 289b801 + 3c44148 commit 3c04ed0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/Twipped/js-utils/compare/v6.1.1...v7.0.0) (2022-10-10)


### ⚠ BREAKING CHANGES

* Removed dom and fs exports from the index file so that webpack doesn’t freak.

### Bug Fixes

* Removed dom and fs exports from the index file so that webpack doesn’t freak. ([289b801](https://github.com/Twipped/js-utils/commit/289b801b3d27aef24e955b8e6bf86ecb6a131089))

## [6.1.1](https://github.com/Twipped/js-utils/compare/v6.1.0...v6.1.1) (2022-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twipped/utils",
"version": "6.1.1",
"version": "7.0.0",
"description": "A collection of commonly used utility functions",
"type": "module",
"main": "./index.js",
Expand Down

0 comments on commit 3c04ed0

Please sign in to comment.