Update library and version for release
This commit is contained in:
parent
1584e5c9b4
commit
4d27b1729b
|
@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
- *Fixed (for any bug fixes)*
|
||||
- *Security (in case of vulnerabilities)*
|
||||
|
||||
## v0.1.5 - 19.6.2024
|
||||
### Added
|
||||
Add open access indicator in browse pages.
|
||||
Add OAI PMH in user actions page.
|
||||
|
||||
### Changed
|
||||
Change api call to get manage stakeholders from the API.
|
||||
|
||||
## v0.1.4 - 03.6.2024
|
||||
### Added
|
||||
Add message for results that are not related to Ireland in detailed page of the result.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "irish-monitor",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --port 5500 --disable-host-check --host 0.0.0.0",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 27ffac59d9ef600d2a9dbe785d3f5c567e8eef9d
|
||||
Subproject commit 6a781dd4783e47a452b92b1e8abf947e221494e3
|
Loading…
Reference in New Issue