Skip to content

Commit

Permalink
Merge branch 'main' into hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 24, 2023
2 parents b07b96e + 46fd802 commit b5c6bd1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- "LICENSE"
- ".gitignore"
- ".vscode"
workflow_dispatch:

jobs:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.25.11](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.25.10...v1.25.11) (2023-07-24)


### Bug Fixes

* add test helper ([#6](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/6)) ([1b60256](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/1b602562f3c3eea0edc585c9cb71fdc7452d9c38))
* delete some paths ([c4dc194](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/c4dc19430a65e26a5e21d0eee0557de5a0d9790d))
* remove helper ([#7](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/7)) ([dabd297](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/dabd297aad31232298b2b46ad97260c6ca6e7247))
* remove if ([#9](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/9)) ([da0a61a](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/da0a61a9c8084b812438a7e3e499bc52ff648a07))
* triggers ([#8](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/8)) ([cccca5a](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/cccca5a3fab90938091470aff497aca96f522511))

## [1.25.10](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.25.9...v1.25.10) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeforlife",
"version": "1.25.10",
"version": "1.25.11",
"private": true,
"description": "Common frontend code",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit b5c6bd1

Please sign in to comment.