File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 34
34
release :
35
35
needs : test
36
36
runs-on : ubuntu-latest
37
- if : github.ref == 'refs/heads/master '
37
+ if : github.ref == 'refs/heads/main '
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to
7
+ [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
+
9
+ ## [ Unreleased]
10
+
11
+ ## 1.4.0 - 2021-09-22
12
+
13
+ ### Added
14
+
15
+ - Support ` consistentRead ` option on ` get ` API
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupiterone/dynamodb-dao" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " DynamoDB Data Access Object (DAO) helper library" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments