From 5e7467204937a7618c1af8ee6c5780304f601930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruce=20R=C3=B6ttgers?= Date: Sat, 26 Apr 2025 15:03:50 +0200 Subject: [PATCH] types/0.1.1 --- docs/types.md | 2 +- types/.npmrc | 1 - types/package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 types/.npmrc diff --git a/docs/types.md b/docs/types.md index f1a7dd4..436d262 100644 --- a/docs/types.md +++ b/docs/types.md @@ -2,4 +2,4 @@ ## Publishing new versions -Run [`npm version`](https://docs.npmjs.com/cli/v8/commands/npm-version) to bump the version and create a git tag, a new version will be published on npm when this tag is pushed to the repository +Up version in package.json and create a new commit and tag it with "types/x.y.z", the version will be published when the tag is pushed to GitHub diff --git a/types/.npmrc b/types/.npmrc deleted file mode 100644 index 850b93b..0000000 --- a/types/.npmrc +++ /dev/null @@ -1 +0,0 @@ -tag-version-prefix="types/" \ No newline at end of file diff --git a/types/package.json b/types/package.json index 7441c1c..850df69 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@bcye/structured-wikivoyage-types", - "version": "0.1.0", + "version": "0.1.1", "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project", "keywords": [], "contributors": [