Skip to content

Commit 6a639da

Browse files
Merge pull request #23 from JupiterOne/version-1.4.0
Add CHANGELOG.md and prepare v1.4.0
2 parents 64775d3 + 03a7fc3 commit 6a639da

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
release:
3535
needs: test
3636
runs-on: ubuntu-latest
37-
if: github.ref == 'refs/heads/master'
37+
if: github.ref == 'refs/heads/main'
3838
strategy:
3939
fail-fast: false
4040
matrix:

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupiterone/dynamodb-dao",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "DynamoDB Data Access Object (DAO) helper library",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)