Skip to content

Commit a6a6f96

Browse files
committed
update the changelog and bump the version to 1.3.0
1 parent d88239a commit a6a6f96

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@mfbtech/react-async-renderer",
33
"entries": [
4+
{
5+
"version": "1.3.0",
6+
"tag": "@mfbtech/react-async-renderer_v1.3.0",
7+
"date": "Fri, 12 Aug 2022 09:12:00 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Fixed the publish action"
12+
},
13+
{
14+
"comment": "Added an example application"
15+
},
16+
{
17+
"comment": "Remove contributing document and added the license to the readme"
18+
},
19+
{
20+
"comment": "Restrict the files that are published"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "1.2.1",
627
"tag": "@mfbtech/react-async-renderer_v1.2.1",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This log was last generated on Wed, 16 Mar 2022 01:48:17 GMT and should not be manually modified.
44

5+
## 1.3.0
6+
Fri, 12 Aug 2022 09:12:00 GMT
7+
8+
### Minor changes
9+
10+
- Fixed the publish action
11+
- Added an example application
12+
- Remove contributing document and added the license to the readme
13+
- Restrict the files that are published
14+
515
## 1.2.1
616
Wed, 16 Mar 2022 01:48:17 GMT
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfbtech/react-async-renderer",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Utilities for rendering JSX with respect to one or more asynchronous operations.",
55
"author": "MFB Technologies, Inc.",
66
"homepage": "https://github.com/MFB-Technologies-Inc/react-async-renderer",

0 commit comments

Comments
 (0)