Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
fix(projen): fix projen config & update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkuan committed Oct 31, 2020
2 parents 53e2e34 + f731c33 commit 8e1b29d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/guan840912/cdk-s3bucket/compare/v0.0.68...v1.0.0) (2020-10-31)
### 0.0.70 (2020-10-31)


### Bug Fixes

* **projen:** fix projen config & update readme ([56e8323](https://github.com/guan840912/cdk-s3bucket/commit/56e8323cf168227f93652b4f3043f3774a55e315))
### 0.0.69 (2020-10-30)

### [0.0.68](https://github.com/guan840912/cdk-s3bucket/compare/v0.0.67...v0.0.68) (2020-10-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"category": 2
}
},
"version": "1.0.0",
"version": "0.0.70",
"types": "lib/index.d.ts",
"jest": {
"clearMocks": true,
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.0"
"version": "0.0.70"
}

0 comments on commit 8e1b29d

Please sign in to comment.