Skip to content

Commit a3f2269

Browse files
authoredJun 30, 2024
Merge pull request #28 from rpearce/chore/v1.0.1
chore: release v1.0.1
2 parents 3b4f46b + 2f693b3 commit a3f2269

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 2024-06-30
8+
9+
### Changed
10+
11+
* Switched to public domain "Unlicense" license
12+
* Removed superfluous `tslib` dependency (now has 0 deps)
13+
* Adds `types` field to `package.json` to help with finding types
14+
715
## [1.0.0] - 2022-05-23
816

917
### Changed

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-with-forwarded-ref",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React higher-order component (HOC) for ref forwarding",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)