You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/12/27 14:47:11 UTC

[skywalking-nodejs] branch master updated: Add changelog for 0.1.0 (#16)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new d8b9b8c  Add changelog for 0.1.0 (#16)
d8b9b8c is described below

commit d8b9b8cd723960e169c1cdfe2f0ca2036566bc66
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Sun Dec 27 22:47:01 2020 +0800

    Add changelog for 0.1.0 (#16)
---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3d64903
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+# 0.1.0
+
+- Initialize project core codes.
+- Built-in http/https plugin.
+- Express plugin.
+- Axios plugin.