From 12eacb02ca75220c2726561c7c9d72caa5f12b61 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:49:54 -0500 Subject: [PATCH] deleted changelog file --- changelog.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 changelog.json diff --git a/changelog.json b/changelog.json deleted file mode 100644 index 4425b42..0000000 --- a/changelog.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "repository": "newrelic/newrelic-introspector-node", - "entries": [ - { - "version": "0.3.0", - "changes": { - "security": [], - "bugfixes": [], - "features": [ - "Added `node_version` to `instrospect` command output ([#38](https://github.com/newrelic/newrelic-introspector-node/pull/38)) ([45f8299](https://github.com/newrelic/newrelic-introspector-node/commit/45f829998d92d6994c8e8ab21d674a8c8221a072))." - ] - } - }, - { - "version": "0.2.0", - "changes": { - "security": [], - "bugfixes": [ - "use community header instead of community plus" - ], - "features": [] - } - } - ] -}