Skip to content

Commit

Permalink
Merge pull request #238 from Seburan/update-changelog
Browse files Browse the repository at this point in the history
Upgrade pre-commit and changelog
  • Loading branch information
Seburan authored Jan 19, 2024
2 parents 27f0f3b + f5e86b3 commit 89cd518
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
fail_fast: true
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or:
Expand All @@ -32,7 +32,7 @@ repos:
- yaml

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.12.1
hooks:
- id: markdownlint-cli2
name: lint markdown
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.2.1 (2024/1/19)

### Enhancements

- Tools :
- Adding Postman configs for Aggregation Service running on GCP
- CI/CD :
- Update pre-commit-config to upgrade revision of mirrors-prettier and markdownlint-cli2

### Bug Fixes

NA

## v1.2 (2023/12/6)

### Enhancements
Expand Down

0 comments on commit 89cd518

Please sign in to comment.