Skip to content

Version should be 4.2.2 in package.json and missing v4.2.1 and v4.2.2 tags #567

Closed
@tbouffard

Description

@tbouffard

Note that the problem already occurred in the past: #539

Latest commit available in the master branch:

{
"name": "fast-xml-parser",
"version": "4.2.1",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
"main": "./src/fxp.js",
"scripts": {

Currently, the latest version available on npmjs is 4.2.2 but there is no related tag in the repository.
The tag for the 4.2.1 version is named 4.2.1, whereas all other tags are prefixed by v.

image
https://github.com/NaturalIntelligence/fast-xml-parser/tags

This makes the full changelog of the version hard to follow.
The only way to get the details of the changes is to access to this url: 4.2.1...master. But, the commits list will change in the future as far as new commits are pushed.

Here is the full changelog view:
image

Would you like to work on this issue?

  • Yes
  • No

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions