File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments