You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2023/04/24 22:02:10 UTC

[trafficcontrol-trafficops-types] branch master updated: Version bump

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

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git


The following commit(s) were added to refs/heads/master by this push:
     new b7a2d67  Version bump
b7a2d67 is described below

commit b7a2d673cd90c87ba229d9168b4779d7c28d5884
Author: ocket8888 <oc...@apache.org>
AuthorDate: Mon Apr 24 15:53:36 2023 -0600

    Version bump
    
    (cherry picked from commit a4be2bbbbfcd9a7fb02ce5f4efe9af8bcc1433d8)
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 96073f8..8482b87 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "trafficops-types",
-	"version": "4.0.7",
+	"version": "4.0.9",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "trafficops-types",
-			"version": "4.0.7",
+			"version": "4.0.9",
 			"license": "Apache-2.0",
 			"devDependencies": {
 				"@typescript-eslint/eslint-plugin": "^5.0.0",
diff --git a/package.json b/package.json
index 6c3c3f6..ea61142 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "trafficops-types",
-	"version": "4.0.7",
+	"version": "4.0.9",
 	"description": "A library for dealing with Apache Traffic Control objects",
 	"main": "dist/index.js",
 	"scripts": {