We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d3c62 commit d96765cCopy full SHA for d96765c
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.4.0] - 2022-05-05
9
+
10
+### Added
11
12
+- Type `module` to `package.json`.
13
+- Documentation for non-browser environments.
14
+- Mock endpoint for homepage.
15
16
## [0.3.1] - 2022-04-24
17
18
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sulu-headless-api-client",
3
- "version": "0.3.1",
+ "version": "0.4.0",
4
"description": "An API client for SuluHeadlessBundle.",
"keywords": [
"sulu",
0 commit comments