Skip to content

Commit

Permalink
Merge pull request #1861 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.13.0
  • Loading branch information
Sepehr-Sobhani authored Sep 5, 2023
2 parents 7665b3e + d070f23 commit 4ca85af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.13.0](https://github.com/bcgov/cas-cif/compare/1.12.0...1.13.0) (2023-09-05)

### Bug Fixes

- update milestone form change commit handler to not update archived records ([a7d189a](https://github.com/bcgov/cas-cif/commit/a7d189adef59ffa39d56ccd2e38c00ae44c5b66f))
- fixed multiple attachment diffs showing properly ([c4e8d3a](https://github.com/bcgov/cas-cif/commit/c4e8d3a5bc093f0f298dab303d0ed879a127f9fb))

### Features

- add tooltips to amendments and general revisions ([888289f](https://github.com/bcgov/cas-cif/commit/888289f22191b2d7bc78ba51080a309da0f37c8e))

# [1.12.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.12.0) (2023-08-15)

### Bug Fixes
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": "cas-cif",
"version": "1.12.0",
"version": "1.13.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,4 @@ migrations/009_rebuild_project_summary_history 2023-08-04T22:08:03Z Brianna Cerk
computed_columns/project_milestone_status 2023-08-08T16:07:16Z Brianna Cerkiewicz <briannacerkiewicz@pop-os> # Create computed column to calculate a project's milestone status (late, complete, not due, etc.)
@1.12.0 2023-08-15T23:37:54Z Sepehr Sobhani <[email protected]> # release v1.12.0
functions/handle_milestone_form_change_commit [functions/[email protected]] 2023-08-31T18:47:59Z Sepehr Sobhani <[email protected]> # Update commit handler to fix the issue with updating archived records
@1.13.0 2023-09-05T22:09:47Z Sepehr Sobhani <[email protected]> # release v1.13.0

0 comments on commit 4ca85af

Please sign in to comment.