Skip to content

Commit c072a17

Browse files
chore(release): release 1.4.1
Release type: patch Previous version: 1.4.0 New version: 1.4.1
1 parent 6b2c527 commit c072a17

5 files changed

Lines changed: 28 additions & 22 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"Website": "1.4.0"
2+
"Website": "1.4.1"
33
}

Website/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.4.1] - 2025-09-01
2+
3+
### Features
4+
5+
* added mapped path ([d6f34c7](https://github.com/delegateas/DataModelViewer/commit/d6f34c7))
6+
7+
### Other Changes
8+
9+
* updated stub introduction ([f25fb88](https://github.com/delegateas/DataModelViewer/commit/f25fb88))
10+
* gitignore update, and moved attachment folder to public for easier image src reference ([41ebbb2](https://github.com/delegateas/DataModelViewer/commit/41ebbb2))
11+
* handle no repository property in response ([305ebb0](https://github.com/delegateas/DataModelViewer/commit/305ebb0))
12+
* missing get endpoint meant change from wiki to git endpoint ([bbbeea1](https://github.com/delegateas/DataModelViewer/commit/bbbeea1))
13+
* initial attempt at downloading attachments ([ca2c030](https://github.com/delegateas/DataModelViewer/commit/ca2c030))
14+
* hotfix: yaml creates file with wrong name ([ae5b54a](https://github.com/delegateas/DataModelViewer/commit/ae5b54a))
15+
16+
117
## [1.4.0] - 2025-08-27
218

319
### Features

Website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

temp_changelog.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
1-
## [1.4.0] - 2025-08-27
1+
## [1.4.1] - 2025-09-01
22

33
### Features
44

5-
* Merge pull request #55 from delegateas/features/home-page ([d4a3e51](https://github.com/delegateas/DataModelViewer/commit/d4a3e51))
6-
* newlines in markdown not being newlines fixed ([bfe78b0](https://github.com/delegateas/DataModelViewer/commit/bfe78b0))
7-
* added card to the wiki page ([170cb67](https://github.com/delegateas/DataModelViewer/commit/170cb67))
8-
* updated README with new variables ([a3cfd87](https://github.com/delegateas/DataModelViewer/commit/a3cfd87))
9-
10-
### Bug Fixes
11-
12-
* introduced ESLint error ([d49a704](https://github.com/delegateas/DataModelViewer/commit/d49a704))
13-
* fallback to stub ([4c0e9bc](https://github.com/delegateas/DataModelViewer/commit/4c0e9bc))
5+
* added mapped path ([d6f34c7](https://github.com/delegateas/DataModelViewer/commit/d6f34c7))
146

157
### Other Changes
168

17-
* updated copystub script to include all files in stubs ([283d626](https://github.com/delegateas/DataModelViewer/commit/283d626))
18-
* navbar changes ([5039239](https://github.com/delegateas/DataModelViewer/commit/5039239))
19-
* installation of markdown parser ([944987f](https://github.com/delegateas/DataModelViewer/commit/944987f))
20-
* Introduction stumb ([de30aee](https://github.com/delegateas/DataModelViewer/commit/de30aee))
21-
* pipeline changes to copy wiki page into Website project ([dab220a](https://github.com/delegateas/DataModelViewer/commit/dab220a))
22-
* inital homepage setup ([9a52836](https://github.com/delegateas/DataModelViewer/commit/9a52836))
23-
* imports wrong ([f2b46ac](https://github.com/delegateas/DataModelViewer/commit/f2b46ac))
24-
* folder renaming / reorder ([a104379](https://github.com/delegateas/DataModelViewer/commit/a104379))
9+
* updated stub introduction ([f25fb88](https://github.com/delegateas/DataModelViewer/commit/f25fb88))
10+
* gitignore update, and moved attachment folder to public for easier image src reference ([41ebbb2](https://github.com/delegateas/DataModelViewer/commit/41ebbb2))
11+
* handle no repository property in response ([305ebb0](https://github.com/delegateas/DataModelViewer/commit/305ebb0))
12+
* missing get endpoint meant change from wiki to git endpoint ([bbbeea1](https://github.com/delegateas/DataModelViewer/commit/bbbeea1))
13+
* initial attempt at downloading attachments ([ca2c030](https://github.com/delegateas/DataModelViewer/commit/ca2c030))
14+
* hotfix: yaml creates file with wrong name ([ae5b54a](https://github.com/delegateas/DataModelViewer/commit/ae5b54a))
2515

2616

0 commit comments

Comments
 (0)