We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8240f commit fa84d9bCopy full SHA for fa84d9b
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+<a name="0.1.0"></a>
7
+# 0.1.0 (2021-01-17)
8
9
10
+### Features
11
12
+* create path-oriented data structure ([#1](https://github.com/Himenon/path-oriented-data-structure/issues/1)) ([2f8240f](https://github.com/Himenon/path-oriented-data-structure/commit/2f8240f))
package.json
@@ -1,6 +1,6 @@
{
"name": "@himenon/path-oriented-data-structure",
- "version": "0.0.0",
+ "version": "0.1.0",
"private": true,
"description": "A composite pattern with a Path-oriented data structure.",
"keywords": [
0 commit comments