Skip to content

Commit 853b543

Browse files
committed
v0.3.0
1 parent 4499497 commit 853b543

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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-
## [Unreleased]
8+
## [0.3.0]
99

1010
### Changed
1111

12-
* The "main" build is now a UMD module which can be used both in Node.js
12+
- The "main" build is now a UMD module which can be used both in Node.js
1313
and directly the browser. In the latter case, Redux Preboiled is exposed
1414
as a global named `reduxPreboiled`.
1515

16-
* All builds (except the `esnext` one) are now transpiled to ES5, which makes
16+
- All builds (except the `esnext` one) are now transpiled to ES5, which makes
1717
them work in older browsers (most notably Internet Explorer 11).
1818

1919
## [0.2.0]
@@ -30,5 +30,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- Improve testing guide.
3131
- Add a license link to `README.md`.
3232

33-
[Unreleased]: https://github.com/denisw/redux-preboiled/compare/v0.2.0...master
33+
[0.3.0]: https://github.com/denisw/redux-preboiled/compare/v0.2.0...v0.3.0
3434
[0.2.0]: https://github.com/denisw/redux-preboiled/compare/v0.1.0...v0.2.0

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "redux-preboiled",
33
"description": "Composable, typing-friendly Redux helpers",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"license": "MIT",
6+
"homepage": "https://redux-preboiled.js.org",
7+
"repository": {
8+
"type": "git",
9+
"url": "[email protected]:denisw/redux-preboiled.git"
10+
},
611
"main": "umd/index.js",
712
"module": "esm/index.js",
813
"esnext": "esnext/index.js",

0 commit comments

Comments
 (0)