Skip to content

Commit cc25395

Browse files
committed
chore: update version information
1 parent 38041ec commit cc25395

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.4]
9+
10+
## Changed
11+
12+
- fix: resolve react and react-dom dependency conflicts
13+
814
## [0.4.3]
915

1016
## Changed

LICENSE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Released under MIT License
1+
MIT License
22

3-
Copyright (c) 2013 Mark Otto.
4-
5-
Copyright (c) 2017 Andrew Fong.
3+
Copyright (c) 2021-present Jeremiah Tabb
64

75
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
86

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.3",
2+
"version": "0.4.4",
33
"description": "A component or hook to auto save controlled form values as they are updated",
44
"repository": "https://github.com/jollyjerr/react-autosave",
55
"author": "jollyjerr <[email protected]>",

0 commit comments

Comments
 (0)