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

Commit

Permalink
chore(release): 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkuan committed Oct 1, 2020
1 parent 2746644 commit b55a51e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10.17.0
- run: npx projen@0.3.74
- run: npx projen@0.3.78
- name: Anti-tamper check
run: git diff --exit-code
- name: Set git identity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/projenupgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10.17.0
- run: npx projen@0.3.74
- run: npx projen@0.3.78
- name: Anti-tamper check
run: git diff --exit-code
- run: yarn projen:upgrade
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10.17.0
- run: npx projen@0.3.74
- run: npx projen@0.3.78
- name: Anti-tamper check
run: git diff --exit-code
- name: Set git identity
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [0.0.13](https://github.com/guan840912/cdk-s3bucket/compare/v0.0.11...v0.0.13) (2020-10-01)

### 0.0.12 (2020-09-30)

### [0.0.11](https://github.com/guan840912/cdk-s3bucket/compare/v0.0.10...v0.0.11) (2020-09-30)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsii-pacmak": "^1.11.0",
"jsii-release": "^0.1.6",
"json-schema": "^0.2.5",
"projen": "^0.3.74",
"projen": "^0.3.78",
"standard-version": "^9.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
Expand Down Expand Up @@ -137,7 +137,7 @@
"category": 2
}
},
"version": "0.0.12",
"version": "0.0.13",
"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": "0.0.12"
"version": "0.0.13"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4780,10 +4780,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

projen@^0.3.74:
version "0.3.78"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.3.78.tgz#6b5d79ecd045e1aa1ba299c4ea0ea3573a096e51"
integrity sha512-pRxEYhmQOt8fzl99v3afFHD6LjqEvid06U+ImrsGpLab0brg0pO+9kYuTlf+3tinTiVMmVMZ5IAK9fwhTmtxnA==
projen@^0.3.78:
version "0.3.79"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.3.79.tgz#0b3541e533ce7de3421c914f2d3c4bb3ed949890"
integrity sha512-QOVJv5mUN0AIwiTZYHKHuLYcGe86z93ooHLiOgmIwJi6QfwUtX3MI77/xuMAvmZ4mfdqL9bOZVOD6J7fRD+Ewg==
dependencies:
chalk "^4.1.0"
decamelize "^4.0.0"
Expand Down

0 comments on commit b55a51e

Please sign in to comment.