Skip to content

Commit

Permalink
0.6.1 published
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 10, 2024
1 parent c3a0981 commit 127a6bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and close existing issues and pull requests.

## 2024-11-10

* c3a0981 0.6.1
* 40c3275 autotools updates
* 7b816ce cmake & meson updates
* 971cda2 package-liquid.json: -D CMAKE_MAKE_PROGRAM=ninja.cmd in cmake
* a24c58d package-liquid.json: ninja.cmd in cmake
* cf98476 package-liquid.json: revert to gcc 14.2.0-1.1
* 848ee44 ci.yml: skip macos-14
* 568c769 package-liquid.json: revert to gcc 14.2.0
* 12e071a package-liquid.json: try gcc 12.2.0
* 9a9ef03 package-liquid.json: try gcc 13.2.0
* 66b5cea package-liquid.json: try gcc 13.3.0
* c9968c8 prepare v0.6.2
* 23878c0 README-liquid update
* f594f06 package-liquid.json: bump deps
* 46e18e0 ci.yml bump deps
Expand Down
4 changes: 2 additions & 2 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Check GitHub issues and pull requests:
- check the latest commits `npm run git-log`
- open the `CHANGELOG.md` file
- check if all previous fixed issues are in
- commit with a message like _prepare v0.6.2_
- commit with a message like _prepare v0.6.1_

## Publish on the npmjs.com server

Expand Down Expand Up @@ -127,5 +127,5 @@ When the package is considered stable:
When the release is considered stable, promote it as `latest`:

- `npm dist-tag ls @xpack/hello-world-template`
- `npm dist-tag add @xpack/[email protected].2 latest`
- `npm dist-tag add @xpack/[email protected].1 latest`
- `npm dist-tag ls @xpack/hello-world-template`

0 comments on commit 127a6bb

Please sign in to comment.