Skip to content

Commit

Permalink
chore(release): release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnytoshen committed Dec 11, 2023
1 parent e10351e commit 0770f2c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ol-library",
"version": "0.0.0",
"version": "0.1.0",
"description": "Components for map visualization based on Openlayers",
"homepage": "https://github.com/NGX-OL-LIBRARY/ngx-ol-library#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ol-library",
"version": "0.0.1",
"version": "0.1.0",
"description": "Components for map visualization based on Openlayers",
"homepage": "https://github.com/NGX-OL-LIBRARY/ngx-ol-library#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.0';
export const VERSION = '0.1.0';

0 comments on commit 0770f2c

Please sign in to comment.