Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 2 tasks
tbouffard opened this issue Apr 27, 2023 · 2 comments
Closed
1 of 2 tasks

Comments

@tbouffard
Copy link
Contributor

tbouffard commented Apr 27, 2023

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
@tbouffard tbouffard changed the title Missing v4.2.1 and v4.2.2 tags Version should be 4.2.2 in package.json and missing v4.2.1 and v4.2.2 tags Apr 27, 2023
@amitguptagwl
Copy link
Member

Thanks for highlighting. This is now available.

@tbouffard
Copy link
Contributor Author

Thanks for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants