Skip to content

Commit

Permalink
chore(release): 1.2.3-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3-next.1](v1.2.2...v1.2.3-next.1) (2024-10-03)

### Build System

* **deps-dev:** bump @commitlint/cli from 19.2.2 to 19.3.0 ([#58](#58)) ([e986290](e986290))
* **deps-dev:** bump @types/jest from 27.0.2 to 29.5.12 ([#54](#54)) ([615f834](615f834))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#57](#57)) ([b4d4bda](b4d4bda))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#61](#61)) ([67abe22](67abe22))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#86](#86)) ([43de31a](43de31a))
* **deps-dev:** bump @typescript-eslint/parser from 7.7.0 to 7.7.1 ([#56](#56)) ([dc0511d](dc0511d))
* **deps-dev:** bump @typescript-eslint/parser from 7.7.1 to 7.8.0 ([#60](#60)) ([df18fc1](df18fc1))
* **deps-dev:** bump @typescript-eslint/parser from 7.8.0 to 7.15.0 ([#87](#87)) ([c33012b](c33012b))
* **deps-dev:** bump conventional-changelog-conventionalcommits ([#55](#55)) ([d01f7b1](d01f7b1))
* **deps-dev:** bump conventional-changelog-conventionalcommits ([#59](#59)) ([5d4c7c1](5d4c7c1))
* **deps-dev:** bump lint-staged from 11.2.3 to 15.2.2 ([#53](#53)) ([74981e0](74981e0))
* **deps-dev:** bump lint-staged from 15.2.2 to 15.2.5 ([#69](#69)) ([1b6bcbf](1b6bcbf))
* **deps-dev:** bump prettier from 3.2.5 to 3.3.1 ([#76](#76)) ([3d1b4a0](3d1b4a0))
* **deps-dev:** bump rimraf from 5.0.5 to 5.0.7 ([#62](#62)) ([d1fcae3](d1fcae3))
* **deps-dev:** bump rimraf from 5.0.7 to 6.0.1 ([#88](#88)) ([89a53fa](89a53fa))
* **deps-dev:** bump semantic-release from 23.0.8 to 23.1.1 ([#63](#63)) ([bb3e14b](bb3e14b))
* **deps-dev:** bump ts-jest from 29.1.2 to 29.1.3 ([#68](#68)) ([05fa5ab](05fa5ab))
* **deps-dev:** bump ts-jest from 29.1.3 to 29.1.5 ([#78](#78)) ([57dbfdf](57dbfdf))
* **deps-dev:** bump ts-jest from 29.1.5 to 29.2.4 ([#95](#95)) ([39cc343](39cc343))
* **deps-dev:** bump typescript from 5.4.5 to 5.5.3 ([#90](#90)) ([d4ac8b2](d4ac8b2))
* **deps-dev:** downgrade `conventional-changelog-conventionalcommits` ([#114](#114)) ([1d5039a](1d5039a))

### Bug Fixes

* **build:** do not emit source map ([#113](#113)) ([d2db3d8](d2db3d8))
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 1d5039a commit 8dc1433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "weak-identity-map",
"version": "1.2.2",
"version": "1.2.3-next.1",
"description": "The WeakIdentityMap object holds key-value pairs of weakly referenced objects and remembers the original insertion order of the keys",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8dc1433

Please sign in to comment.