File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## v1.0.0 - 2021-03-04
9
+
10
+ ### Commits
11
+
12
+ - [ Tests] add tests [ ` 9c7b806 ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/9c7b806ab1528814308a7420f8198644f55c916f )
13
+ - Initial commit [ ` 4e65c5e ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/4e65c5ecdaa255162bc6507de4ff98cea2472e3b )
14
+ - [ meta] do not publish github action workflow files [ ` ac3693d ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/ac3693db8ec26db5444ef4b46aa38a81e8841d30 )
15
+ - readme [ ` 7a984d0 ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/7a984d0db73b77943f6731098134e3351a36793b )
16
+ - npm init [ ` a586c99 ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/a586c99316f3c8ae4fd5125621ea933e97a1bf1b )
17
+ - [ actions] add automatic rebasing / merge commit blocking [ ` 184fe62 ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/184fe622680d523e89ac322fa1a52dbba46a8fc0 )
18
+ - Implementation [ ` 207e26d ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/207e26d1128930f28384cb213b38d69fd52bbd7c )
19
+ - [ meta] create ` FUNDING.yml ` ; add "funding" field [ ` 3cad3fc ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/3cad3fc9509f91fbc71e84565529f53a94d538d4 )
20
+ - [ meta] add auto-changelog [ ` 31f1f2c ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/31f1f2cbcd616d6c09089d62198d5cc775053324 )
21
+ - [ Tests] add ` npm run lint ` [ ` 2e5146e ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/2e5146e18f44533382a781fa09a50d4f47caa0e5 )
22
+ - Only apps should have lockfiles [ ` 7b2adfa ` ] ( https://github.com/inspect-js/is-shared-array-buffer/commit/7b2adfad6dcd95271ab6ba34658a9a1a21dbeacf )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " is-shared-array-buffer" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"author" : {
5
5
"name" : " Jordan Harband" ,
6
6
You can’t perform that action at this time.
0 commit comments