Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Dec 31, 2023
1 parent 05ae511 commit aa8bea2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGELOG: LAW KNOWLEDGE

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<hr/>

[v0.1.0-rc](https://github.com/foxminchan/LawKnowledge/releases/tag/v0.1.0-rc) - 2023-12-06

### Added

- First release candidate
- Added API for law knowledge
- Added Web UI for law knowledge
5 changes: 5 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2023-present Hutech University. All rights reserved
* Licensed under the MIT License
*/

import { getJestProjects } from '@nx/jest';

export default {
Expand Down
5 changes: 5 additions & 0 deletions jest.preset.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2023-present Hutech University. All rights reserved
* Licensed under the MIT License
*/

const nxPreset = require('@nx/jest/preset').default;

module.exports = { ...nxPreset };

0 comments on commit aa8bea2

Please sign in to comment.