Skip to content

Commit fc59b0f

Browse files
committed
chore(release): 1.0.1
1 parent 0832ca3 commit fc59b0f

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/bigcommerce/memoize-js/compare/v1.0.0...v1.0.1) (2024-01-18)
6+
7+
8+
### Bug Fixes
9+
10+
* upgrade tslib from 1.10.0 to 1.14.1 ([461f0f0](https://github.com/bigcommerce/memoize-js/commit/461f0f06a6b4dcc9c4521597790c2d3356f2ea26))
11+
512
<a name="1.0.0"></a>
613
# 1.0.0 (2019-08-27)
714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/memoize",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A JavaScript library for memoizing the result of a pure function",
55
"license": "MIT",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)