Skip to content

Commit

Permalink
Merge pull request #172 from Maggi64/changeset-release/main
Browse files Browse the repository at this point in the history
Release Package
  • Loading branch information
Maggi64 authored May 19, 2024
2 parents d42a973 + 11cd656 commit 132c066
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-forks-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-comics-allow.md

This file was deleted.

8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# moderndash

## 3.12.0

### Minor Changes

- `difference` | Deprecate function in favor of the native `Set.prototype.intersection()` function. ([`d42a973793dbb4b50b806c1b0da939cbd1db4f48`](https://github.com/Maggi64/moderndash/commit/d42a973793dbb4b50b806c1b0da939cbd1db4f48))

- `intersection` | Deprecate function in favour of the native `Set.prototype.intersection()` function. ([`6d6127c8e2559fa60c520716d56afd88246937d3`](https://github.com/Maggi64/moderndash/commit/6d6127c8e2559fa60c520716d56afd88246937d3))

## 3.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moderndash",
"version": "3.11.1",
"version": "3.12.0",
"type": "module",
"description": "A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.",
"engines": {
Expand All @@ -9,7 +9,7 @@
},
"sideEffects": false,
"scripts": {
"build:index": "barrelsby --directory ./src --delete --exclude src\/helpers --location all",
"build:index": "barrelsby --directory ./src --delete --exclude src/helpers --location all",
"build": "tsup",
"prepublishOnly": "npm run test && npm run build && cp '../README.md' './README.md' && cp '../LICENSE' './LICENSE'",
"postpublish": "rm './README.md' && rm './LICENSE'",
Expand Down

0 comments on commit 132c066

Please sign in to comment.