Skip to content

Commit

Permalink
Merge branch 'main' of github.com:baselime/cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed Aug 12, 2023
2 parents b8d1c14 + 82637d8 commit 1e6f79f
Show file tree
Hide file tree
Showing 7 changed files with 1,837 additions and 35 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- name: Build and publish to npm registry
- name: Run the tests
run: |
npm ci
npm run test
- name: Build and publish to npm registry
run: |
npm run build
npm publish --access public
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- JSDocs for calculations

## [0.0.40] 2023-07-04
### Fixed

- Bug in defaultStackFilter
## [0.0.39] 2023-06-25
### Fixed
- Fixed potential TS errors
Expand Down
Loading

0 comments on commit 1e6f79f

Please sign in to comment.