-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e10351e
commit 0770f2c
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 0.1.0 (2023-12-11) | ||
|
||
|
||
### ✨ Features | 新功能 | ||
|
||
* **module:core:** prefixed options and safe any types ([69c7260](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/69c7260643bf978bff7d5db26283b7f6d7a24b7b)) | ||
* **module:map:** add map component ([73fd167](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/73fd167a1569c08d59b06c8ddb24cc475404a105)) | ||
* **module:osm-source:** add osm-source component ([50044d9](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/50044d9aac75f56631fe544e8a5c49ab3e141218)) | ||
* **module:tile-layer:** add tile-layer component ([771b28f](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/771b28ff17e3857a03b453f7573d9d7c1a74d7ed)) | ||
* **module:version:** add version exporting ([4ecf1d0](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/4ecf1d0ed3284e70505e3fe0e3c424c60a1cf31b)) | ||
* **module:view:** add view component ([645a5e7](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/645a5e7fbd2979f6ea14e382b32e107783b05f37)) | ||
* **showcase:** add simple map example ([bfafecd](https://github.com/NGX-OL-LIBRARY/ngx-ol-library/commit/bfafecdf0d5f7899405318c99f1ea2cb336e3ce1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '0.0.0'; | ||
export const VERSION = '0.1.0'; |