File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.2] - 2020-01-09
11
+
12
+ ### Added
13
+
14
+ - ` Notify.d.ts ` declaration file to the ` files ` array in ` package.json `
15
+
10
16
## [ 1.0.1] - 2020-01-09
11
17
12
18
### Added
@@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
52
47
53
- Entire existing codebase due to rewrite
48
54
49
- [ Unreleased ] : https://github.com/codewithkyle/notifyjs/compare/v1.0.1...HEAD
55
+ [ Unreleased ] : https://github.com/codewithkyle/notifyjs/compare/v1.0.2...HEAD
56
+ [ 1.0.2 ] : https://github.com/codewithkyle/notifyjs/compare/v1.0.1...v1.0.2
50
57
[ 1.0.1 ] : https://github.com/codewithkyle/notifyjs/compare/v1.0.0...v1.0.1
51
58
[ 1.0.0 ] : https://github.com/codewithkyle/notifyjs/compare/v0.2.0...v1.0.0
52
59
[ 0.2.0 ] : https://github.com/codewithkyle/notifyjs/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codewithkyle/notifyjs" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A simple JavaScript library for creating and managing snackbar notifications" ,
5
5
"main" : " Notify.js" ,
6
6
"types" : " Notify.d.ts" ,
7
7
"files" : [
8
8
" Notify.js" ,
9
- " Notify.js.map"
9
+ " Notify.js.map" ,
10
+ " Notify.d.ts"
10
11
],
11
12
"scripts" : {
12
13
"compile" : " tsc"
22
23
"devDependencies" : {
23
24
"typescript" : " ^3.7.4"
24
25
},
26
+ "publishConfig" : {
27
+ "registry" : " https://npm.pkg.github.com/"
28
+ },
25
29
"dependencies" : {}
26
30
}
You can’t perform that action at this time.
0 commit comments